import { ComponentOptionsMixin } from 'vue'; import { ComponentProvideOptions } from 'vue'; import { DefineComponent } from 'vue'; import { ExtractPropTypes } from 'vue'; import { default as FormModel } from './src/components/BaseForm.vue'; import { default as meta } from './src/meta'; import { default as PageModel } from './src/components/BasePage.vue'; import { PublicProps } from 'vue'; import { default as TableModel } from './src/components/BaseTable.vue'; declare const __VLS_component: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly> & Readonly<{}>, { flexBasis: string; rowGap: string | number; colGap: string | number; align: string; justAlign: string; grow: boolean; shrink: boolean; widthType: string; }, {}, {}, {}, string, ComponentProvideOptions, true, { colRef: HTMLDivElement; }, HTMLDivElement>; declare const __VLS_component_2: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly> & Readonly<{}>, { rowGap: string | number; colGap: string | number; align: string | number; justAlign: string | number; minHeight: string | number; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; declare const __VLS_component_3: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly> & Readonly<{}>, { rowGap: string | number; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; declare const __VLS_component_4: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly> & Readonly<{}>, { flexDirection: string; gap: string | number; padding: string | number; alignItems: string; justifyContent: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; declare const __VLS_component_5: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; declare const __VLS_component_6: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly> & Readonly<{}>, { type: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { colRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; declare function __VLS_template_2(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; declare function __VLS_template_3(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; declare function __VLS_template_4(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; declare function __VLS_template_5(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; declare function __VLS_template_6(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; declare type __VLS_TemplateResult = ReturnType; declare type __VLS_TemplateResult_2 = ReturnType; declare type __VLS_TemplateResult_3 = ReturnType; declare type __VLS_TemplateResult_4 = ReturnType; declare type __VLS_TemplateResult_5 = ReturnType; declare type __VLS_TemplateResult_6 = ReturnType; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; declare type __VLS_WithTemplateSlots_2 = T & { new (): { $slots: S; }; }; declare type __VLS_WithTemplateSlots_3 = T & { new (): { $slots: S; }; }; declare type __VLS_WithTemplateSlots_4 = T & { new (): { $slots: S; }; }; declare type __VLS_WithTemplateSlots_5 = T & { new (): { $slots: S; }; }; declare type __VLS_WithTemplateSlots_6 = T & { new (): { $slots: S; }; }; export declare const CanvasCol: __VLS_WithTemplateSlots; export declare const CanvasFlexBox: __VLS_WithTemplateSlots_4; export declare const CanvasNavigation: __VLS_WithTemplateSlots_6; export declare const CanvasRow: __VLS_WithTemplateSlots_2; export declare const CanvasRowColContainer: __VLS_WithTemplateSlots_3; export declare const CanvasSection: __VLS_WithTemplateSlots_5; export { FormModel } export { meta } export { PageModel } export { TableModel } export { }