interface NavigationProps {
    onLogout?: () => void;
    children: React.ReactNode;
}
export declare function Navigation({ onLogout, children }: NavigationProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Navigation.d.ts.map