/// <reference types="react" />
import { ThemeInterface } from 'theming/types';
export declare const groupStyles: {
    display: string;
    alignItems: string;
    justifyContent: string;
};
export declare const groupBadgeStyles: React.CSSProperties;
export declare const getLabelStyle: (props: any) => string;
export declare const customStyles: (theme: ThemeInterface, value: any) => {
    option: (provided: any, state: any) => any;
    control: (provided: any, state: any) => any;
    dropdownIndicator: (provided: any, state: any) => any;
    indicatorSeparator: () => any;
    valueContainer: (provided: any, state: any) => any;
    multiValueLabel: (provided: any, state: any) => any;
    multiValueRemove: (provided: any, state: any) => any;
    menu: (provided: any, state: any) => any;
    clearIndicator: (provided: any, state: any) => any;
    container: (provided: any, state: any) => any;
    singleValue: (provided: any, state: any) => any;
};
