import { default as Dialog } from './src/index.vue'; declare const FDialog: ({ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { onOpen: () => void; onClose: () => void; getVisible: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { onOpen: () => void; onClose: () => void; getVisible: () => boolean; }, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { onOpen: () => void; onClose: () => void; getVisible: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: (...args: any[]) => void; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { trigger?(_: { onOpen: () => void; }): any; header?(_: { onClose: () => void; }): any; default?(_: { onClose: () => void; }): any; footer?(_: { onClose: () => void; }): any; }; }) & import('vue').Plugin) & Record; export default FDialog; export type FDialogInstance = InstanceType; export * from './src/type';