import * as TabsPrimitive from "@radix-ui/react-tabs"; /** * Tab trigger with a rounded card shape. Active tabs have a white background * with inverse border-radius curves (scallops); inactive tabs are transparent * with muted text. Compose children freely — text, badges, icons. */ export declare const PrimaryTabBarTrigger: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;