/// type NavigationContainer = { isOpen: boolean; }; declare const KwantLogo: () => import("react").JSX.Element; declare const NavigationContainer: import("styled-components").StyledComponent<"div", any, NavigationContainer, never>; declare const LogoContainer: import("styled-components").StyledComponent<"div", any, {}, never>; declare const Line: import("styled-components").StyledComponent<"div", any, {}, never>; export { NavigationContainer, KwantLogo, LogoContainer, Line };