import { ComponentNode, EmbeddableProps } from '../../../types/canvas'; import { CanvasRetrieve } from '../../../../../../types/openapi'; type __VLS_Props = { data?: EmbeddableProps; id: string; usedInSectionId?: CanvasRetrieve['id']; when_used_in_section?: ComponentNode['when_used_in_section']; }; 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: CanvasRetrieve["id"]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { embeddableContainer: HTMLDivElement; embeddableIframe: HTMLIFrameElement; }, any>; export default _default;