import React from 'react'; import { ScreenSize } from '../utils/useScreenSize'; export declare const SideBarContainer: import("styled-components").StyledComponent<"aside", any, {}, never>; export declare const NavMenu: React.FC<{ screenSize: ScreenSize; fixedView?: (screenSize: ScreenSize) => boolean; children?: React.ReactNode; }>;