import type { CSSInterpolation } from '@antdv/ui/es/theme'; import type { SelectToken } from '.'; export default function genMultipleStyle(token: SelectToken): CSSInterpolation;