import { EDGE_SIDEBAR_ID } from "../utils/constant"; export declare const useSidebarAutoCollapse: (sidebarId?: EDGE_SIDEBAR_ID | undefined) => void;