import { IThemeWithoutComponents, ITreeToken } from '../../interfaces'; export default function createTreeToken({ colors, typography, opacity, }: IThemeWithoutComponents): ITreeToken;