interface HeaderProps { children: React.ReactNode; } export declare const Header: import("react").ForwardRefExoticComponent>; export {};