export interface SidebarAtomType { activeTabIndex: number; highlightTab: boolean; } export declare const sidebarAtom: import("recoil").RecoilState;