interface HeaderProps { onClose: any; } declare function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element; export default Header;