import React from 'react';
import type { DialogProps } from './interfaces';
export declare const Dialog: React.FC<DialogProps>;
