import type { FunctionComponent } from 'react'; import type { ForwardProps } from '../../types'; import type { ModalProps } from './Modal.types'; declare const Modal: FunctionComponent; export default Modal; //# sourceMappingURL=Modal.d.ts.map