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