import * as React from "react";
import { Props } from './Dialog.props';
export declare const Dialog: React.ComponentType<Props>;
