import { PropsWithChildren } from 'react';
import { ModalProps } from '../type';
export default function ModalView(props: PropsWithChildren<ModalProps>): JSX.Element | null;
//# sourceMappingURL=ModalView.d.ts.map