import React from 'react'; export interface IModalTitle { className?: string; children: any; [x: string]: any; } export declare const ModalTitle: React.FC;