import { type ComponentPropsWithoutRef } from "react"; export type PrimaryTabBarOverflowIndicatorProps = ComponentPropsWithoutRef<"span">; /** * A `` for indicating overflow (e.g. "2 more programmes"). Used inside `PrimaryTabBar.Extras`. * Wrap with `HoverCard` to show details on hover. */ export declare const PrimaryTabBarOverflowIndicator: import("react").ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & import("react").RefAttributes>;