import { SidebarButton } from "./sidebar.interfaces"; export declare const useActiveSidebarButton: (buttons: SidebarButton[]) => string | undefined;