export declare const styles: { shared: { container: string; sidebar: string; toggle: string; }; }; export declare const BaseNavigation: { (props: import("@button-inc/component-library/esm/Navigation").Props): JSX.Element; Toggle(props: any): JSX.Element; Sidebar(props: any): JSX.Element; }; export default function Navigation(props: any): JSX.Element;