export declare const setDivRef: (ref: HTMLElement | null) => void;
export declare const setSidebarWidth: (width: number) => void;
export declare const setFullScreen: (fullScreen: boolean) => void;
export declare const getInnerWidth: () => number;
export declare const isMobile: () => boolean;
