import { FC } from "react"; interface iMaxSidebar { menus?: any; setMenus?: any; customList?: any; } export declare const MaxSidebar: FC; export {};