import { EArrangement } from '../../../../constants/metric-panel-style';
export declare const Arrangements: {
    value: EArrangement;
    item: string;
}[];
export declare const OpenOptions: {
    value: boolean;
    item: string;
}[];
export declare const OneColors: string[];
export declare const TwoColors: string[];
export declare const ThirdColors: string[];
export declare enum EColorMode {
    One = "one",
    Two = "two",
    Third = "third"
}
export declare const colorMap: {
    one: string[];
    two: string[];
    third: string[];
};
export declare const colorOptions: {
    text: string;
    value: EColorMode;
}[];
export declare const ColorTypes: {
    text: string;
    value: string;
}[];
export declare const formItemLayout: {
    labelCol: {
        span: number;
    };
    wrapperCol: {
        span: number;
    };
};
