import { AllowIconsType } from '../types';
interface DefaultValuesInterface {
    icons: AllowIconsType;
    max: number;
    colors: string[];
    disabled: boolean;
}
export declare const defaultValues: DefaultValuesInterface;
export {};
