import { FC } from 'react'; import { ModalProps } from './types'; export * from './types'; export declare const Modal: FC; //# sourceMappingURL=index.d.ts.map