import { ISelectToken, IThemeWithoutComponents } from '../../interfaces'; export default function createSelectToken({ typography, size, spacing, }: IThemeWithoutComponents): ISelectToken;