import { type HTMLAttributes } from "react"; export type AppHeaderProps = HTMLAttributes; export declare const AppHeader: import("react").ForwardRefExoticComponent>;