import { DynamicContentStore } from "../../flex-ui-core/src"; import * as React from "react"; import { SideNavChildrenKeys, SideNavChildrenProps } from "./SideNav.definitions"; export declare const displayName = "SideNav"; export declare const contentStore: DynamicContentStore; export declare class SideNavImpl extends React.PureComponent { static displayName: string; doNavigate: (page: string) => () => void; private handleClickAway; render(): JSX.Element; }