interface HeaderProps { heading?: string; style?: React.CSSProperties; } export declare const Header: React.FC; export {};