import { IRadioToken, IThemeWithoutComponents } from '../../interfaces'; export default function createRadioToken({ colors }: IThemeWithoutComponents): IRadioToken;