import type { CSSInterpolation } from '../../_util/cssinjs'; import type { SelectToken } from '.'; export default function genMultipleStyle(token: SelectToken): CSSInterpolation;