import { RefObject } from 'react'; type Props = { id: string; text: string; active: boolean; onClick: VoidFunction; rootRef: RefObject; }; export declare const GlowingTab2: ({ id, text, active, onClick, rootRef }: Props) => import("react/jsx-runtime").JSX.Element; export {};