import { LinkProps, ComponentNode } from '../../../types/canvas'; import { CanvasRetrieve } from '../../../../../../types/openapi'; type __VLS_Props = { id: ComponentNode['id']; data?: LinkProps; when_used_in_section?: ComponentNode['when_used_in_section']; usedInSectionId?: CanvasRetrieve['id']; visible?: ComponentNode['visible']; tracking_id?: string; style?: ComponentNode['style']; }; declare const _default: 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>; export default _default;