/// import { ModalDialogProps } from "./types"; declare function ModalDialog({ modalProps, dialogProps }: ModalDialogProps): JSX.Element; export default ModalDialog; //# sourceMappingURL=index.d.ts.map