import { ReactNode } from "react"; interface MobileHeaderProps { className?: string; rightChildren?: ReactNode; } export declare const MobileHeader: ({ className, rightChildren }: MobileHeaderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MobileHeader.d.ts.map