///
export declare const Navbar: {
(): any;
Logo: import("react").FC;
Search: import("react").FC, HTMLInputElement>>;
Notifications: import("react").FC;
Simple: (props: import("./NavbarSimple.js").NavbarSimpleProps) => JSX.Element;
WithSearch: (props: import("./NavbarWithSearch.js").NavbarWithSearchProps) => JSX.Element;
};