/** * The tab list adapts to its own container width, not the viewport. In a narrow * container it is a full-width horizontally scrollable strip (scrollbar hidden, * tabs keep their natural width and scroll rather than squeezing off-screen); * from `@2xl` up it collapses to the compact centered inline pill row. The * `@container` scope + scroll affordances (edge fades, active-into-view) are * provided by the TabsList wrapper in ./index. */ export declare const tabsListVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** * `shrink-0` keeps each tab at its label width so the strip scrolls in a narrow * container; from `@2xl` the tabs may shrink back into the compact pill row. * `snap-start` settles swipes on a tab boundary. */ export declare const tabsTriggerVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const tabsContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; //# sourceMappingURL=variants.d.ts.map