import { CanvasRetrieve } from '../../../../../../types/openapi'; import { ComponentNode, PageProps } from '../../../types/canvas'; type __VLS_Props = { id: string; data?: PageProps; when_used_in_section?: ComponentNode['when_used_in_section']; usedInSectionId?: CanvasRetrieve['id']; visible?: ComponentNode['visible']; tracking_id?: string; children?: ComponentNode[]; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { when_used_in_section: { is_editable: boolean; is_removable: boolean; }; usedInSectionId: CanvasRetrieve["id"]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };