import type { BasicProps, Recordable, Props, FormInstance, FormSchema } from './types'; declare const _default: __VLS_WithTemplateSlots, { schemas: () => never[]; grid: () => { cols: number; xGap: number; }; showActionBtns: boolean; showSubmitBtn: boolean; submitBtnText: string; showResetBtn: boolean; resetBtnText: string; showExpandBtn: boolean; expandBtnOffText: string; expandBtnOnText: string; defaultExpand: boolean; defaultShowExpandRows: number; }>, { reset(): void; submit(): Promise>; validate(nameList?: string[] | undefined): Promise; clearValidate(): void; getValue(): Recordable; getFieldValue(field: string): any; setValue(value: Recordable): void; setProps(props: Props): void; setLoading(loading: boolean): void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { register: (formInsta: FormInstance) => void; submit: (value: Recordable) => void; reset: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, { schemas: () => never[]; grid: () => { cols: number; xGap: number; }; showActionBtns: boolean; showSubmitBtn: boolean; submitBtnText: string; showResetBtn: boolean; resetBtnText: string; showExpandBtn: boolean; expandBtnOffText: string; expandBtnOnText: string; defaultExpand: boolean; defaultShowExpandRows: number; }>>> & { onReset?: (() => any) | undefined; onSubmit?: ((value: Recordable) => any) | undefined; onRegister?: ((formInsta: FormInstance) => any) | undefined; }, { schemas: FormSchema[]; grid: import("naive-ui").GridProps; showActionBtns: boolean; showSubmitBtn: boolean; submitBtnText: string; showResetBtn: boolean; resetBtnText: string; showExpandBtn: boolean; expandBtnOffText: string; expandBtnOnText: string; defaultExpand: boolean; defaultShowExpandRows: number; }, {}>, Partial any>> & Partial any>>>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };