import { CommonTheme, ThemeFromFn } from '../../theming'; export declare const multiSelectTheme: (theme: CommonTheme) => [string, { background: string; add: { backgroundColor: string; hoverBackgroundColor: string; hoverBorderColor: string; textColor: string; }; chip: { background: string; color: string; }; }]; export declare type MultiSelectTheme = ThemeFromFn;