import { IDialog, IDialogProps } from "./types";
/**
 * Dialog
 */
export declare const Dialog: (props: IDialogProps) => IDialog;
