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