import React from 'react';
import { IType } from '../Type/Type';
export declare type IModalText = IType & {};
declare const ModalText: React.FC<IModalText>;
export default ModalText;
