import { FC } from 'react'; import type { Modal } from '../models'; export declare const ModalComp: FC;