interface TabActivationIndicatorProps { hideThumb?: boolean; orientation?: "horizontal" | "vertical"; disableAnimation?: boolean; tabId?: string | null; } export declare const TabActivationIndicator: ({ hideThumb, orientation, tabId, }: TabActivationIndicatorProps) => import("react/jsx-runtime").JSX.Element; export {};