export declare const ModalForm: import('vue').DefineSetupFnComponent<Record<string, any>, ("confirm" | "update:visible")[], {}, Record<string, any> & {
    onConfirm?: ((...args: any[]) => any) | undefined;
    "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
}, import('vue').PublicProps> & import('vue').Plugin;
export * from './types';
export * from './useModalForm';
