import React from 'react'; import { IType } from '../Type/Type'; export interface IModalText extends IType { } declare const ModalText: React.FC; export default ModalText;