import { ModalProps } from './modal'; export interface DialogProps extends ModalProps { readonly width?: number; } export declare function Dialog({ children, width, ...props }: DialogProps): JSX.Element; //# sourceMappingURL=dialog.d.ts.map