import { PropsWithChildren } from 'react';
import { ModalProps } from '../type';
declare function Modal(props: PropsWithChildren<ModalProps>): JSX.Element;
declare namespace Modal {
    var displayName: string;
}
export default Modal;
//# sourceMappingURL=index.d.ts.map