export declare const styledTabList: import("@vanilla-extract/recipes").RuntimeFn<{ appearance: { underlined: { boxShadow: `inset 0 -1px 0 0 var(--${string})`; }; pill: {}; minimal: {}; }; scroll: { true: { display: "grid"; gridGap: `var(--${string})`; gridTemplateColumns: "auto 1fr auto"; }; }; }>; export declare const listWrapperScroll: string; //# sourceMappingURL=TabList.css.d.ts.map