interface HeaderProps { title?: string; subtitle?: string; } export declare function Header({ title, subtitle }: HeaderProps): import("react/jsx-runtime").JSX.Element; export {};