/// <reference types="react" />
import { DialogProps } from '../../types';
declare function Dialog({ open, children, clientY, clientX, theme, width, height }: DialogProps<any>): JSX.Element;
export default Dialog;
