import { DocumentIoType } from "kryo/types/document"; import { _Tag } from "./_tag"; import { TagType } from "./_type"; export interface ShowFrame extends _Tag { readonly type: TagType.ShowFrame; } export declare const $ShowFrame: DocumentIoType;