import { ITransferToken, IThemeWithoutComponents } from '../../interfaces'; export default function createTransferToken({ colors, size, opacity, typography, spacing, }: IThemeWithoutComponents): ITransferToken;