///
import { show } from './show';
import { confirm } from './confirm';
import { alert } from './alert';
export type { DialogProps } from './dialog';
export type { DialogShowProps, DialogShowRef } from './show';
declare const _default: import("react").FC & {
show: typeof show;
confirm: typeof confirm;
alert: typeof alert;
};
export default _default;