import { type ReactNode } from 'react'; declare function useSidebarMenu(beforeOutline?: ReactNode, afterOutline?: ReactNode): { sidebarMenu: import("react/jsx-runtime").JSX.Element; isOutlineOpen: boolean; isSidebarOpen: boolean; sidebarLayoutRef: import("react").RefObject; asideLayoutRef: import("react").RefObject; }; export { useSidebarMenu };