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