import { PageState } from '../../pages';
interface PropsType {
    pageState: PageState;
    setPageState: (pageState: PageState) => void;
}
export declare const LeftMenu: ({ pageState, setPageState }: PropsType) => JSX.Element;
export {};
