import { ExtendedObjectSchemaType } from '../../schemaTypes';

export declare const muiBaseColors: string[];
export declare const muiBaseColorsOptions: {
    value: string;
    label: string;
}[];
export declare const chipPropsSchema: ExtendedObjectSchemaType;
