import { ISpinToken, IThemeWithoutComponents } from '../../interfaces'; export default function createSpinToken({ opacity, typography, spacing, }: IThemeWithoutComponents): ISpinToken;