interface FullscreenNavbarProps { title: string; onClose: () => void; className?: string; testId?: string; } export declare function FullscreenNavbar({ title, onClose, className, testId, }: FullscreenNavbarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FullscreenNavbar.d.ts.map