type TabStates = 'active' | 'disabled'; type TabComposition = 'wrapper' | 'icon' | 'text'; export type TabsComposition = 'wrapper' | 'panel' | 'tabList' | 'tabListContainer' | `tab${Capitalize}` | `tab${Capitalize}:${TabStates}`; export {}; //# sourceMappingURL=styles.d.ts.map