import { IRateToken, IThemeWithoutComponents } from '../../interfaces'; export default function createRateToken({ colors, spacing, typography, }: IThemeWithoutComponents): IRateToken;