interface DashboardProps { backGround?: string; sideBar?: any; NavBar?: any; body?: any; } export declare function DashboardContainer(props: DashboardProps): JSX.Element; export {};