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