import { IDICT } from '../Segment';
export declare namespace _COLORS {
    const ZH = "\u8272";
    const COLOR_HAIR: string[];
    const COLOR_WITH_RGB: string[][];
    const COLOR_ALL: string[];
    function p(a: string[]): IDICT<number>;
}
export declare const COLOR_HAIR: IDICT<number>;
export declare const COLOR_ALL: IDICT<number>;
declare const _default: typeof import("./COLORS");
export default _default;
