import { ComponentTypes, ComponentNode, DynamicDataTableProps } from '../../../types/canvas'; import { CanvasRetrieve } from '../../../../../../types/openapi'; type __VLS_Props = { id: string; data: DynamicDataTableProps; children?: ComponentNode[]; parentType?: ComponentTypes; usedInSectionId?: CanvasRetrieve['id']; when_used_in_section?: ComponentNode['when_used_in_section']; visible?: ComponentNode['visible']; tracking_id?: string; style?: Record; theme_meta?: ComponentNode['theme_meta']; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { style: (s: Record, id?: string | undefined) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onStyle?: ((s: Record, id?: string | undefined) => any) | undefined; }>, { children: ComponentNode[]; when_used_in_section: { is_editable: boolean; is_removable: boolean; }; usedInSectionId: CanvasRetrieve["id"]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;