import { FC } from 'react';
import { IModalProps } from './Modal.types';

export declare const Modal: FC<IModalProps>;
