import { PillStylesType } from '../../../../../components/pill/types/pillTheme';
export declare const getPillStylesV2: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => PillStylesType;
