import { ComponentNode, IFrameProps } from '../../../types/canvas'; type __VLS_Props = { data?: IFrameProps; id: string; when_used_in_section?: ComponentNode['when_used_in_section']; usedInSectionId?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "iframe-wrapper-clicked": () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onIframe-wrapper-clicked"?: (() => any) | undefined; }>, { when_used_in_section: { is_editable: boolean; is_removable: boolean; }; usedInSectionId: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { iframeContainer: HTMLDivElement; iframe: HTMLIFrameElement; }, any>; export default _default;