export declare const useSubMenu: () => { id: string; isActive: boolean; setOpened: (opened: boolean) => void; };