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