/** * @since 6.0.0 */ export interface TabIndicatorClassNameOptions { className?: string; animate?: boolean; tablist?: boolean; vertical?: boolean; } /** * @since 6.0.0 */ export declare function tabIndicator(options?: TabIndicatorClassNameOptions): string;