import React from 'react'; export declare const ModalHeader: React.FC<{ readonly title: string; readonly onClose?: () => void; }>;