import React from 'react'; import { DialogProps } from './type'; export type { DialogProps }; export declare const Dialog: React.ForwardRefExoticComponent>; declare const _default: any; export default _default;