interface Props { dialogVisible: boolean; } declare const __VLS_export: import('vue').DefineComponent any; applyForm: (dataList: any[]) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:dialogVisible"?: (val: boolean) => any; onApplyForm?: (dataList: any[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;