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