import { PillSelectorThemeType } from '../../../../../components/pillSelector/types/pillSelectorTheme';
import { PillSelectorVariant } from './variants';
export declare const getPillSelectorStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => PillSelectorThemeType<PillSelectorVariant>;
