import { PropsWithChildren } from 'react'; export declare const ActiveBarContainer: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const useActiveBar: () => [string, (key: string) => void]; export default function ActiveBar(): import("react/jsx-runtime").JSX.Element;