import * as _emotion_react from '@emotion/react'; import { LegacyTabListProps } from './TabList.types.cjs'; import 'react'; import '../../types.cjs'; declare const tabListCSS: ({ variant, size, background, type, fullWidth, }: Pick, "variant" | "size" | "background" | "type" | "fullWidth">) => _emotion_react.SerializedStyles; export { tabListCSS };