import { ITabsToken, IThemeWithoutComponents } from '../../interfaces'; export default function createTabsToken({ colors, size, spacing, transition, opacity, }: IThemeWithoutComponents): ITabsToken;