import { FC } from "react";
interface SidebarInterface {
    menus?: any;
    setMenus?: any;
    customList?: any;
    sidebar?: boolean;
}
export declare const Sidebar: FC<SidebarInterface>;
export {};
