import type { CSSObject } from '@ant-design/cssinjs'; import type { GenerateStyle } from '../../theme/interface'; import type { SelectToken } from './token'; declare const genSelectInputMultipleStyle: GenerateStyle; export default genSelectInputMultipleStyle;