export declare const colorTab: {
    "2": string;
    "3": string;
    "4": string;
    "6": string;
    "5": string;
    "1": string;
};
/**
 * from https://webconf.douyucdn.cn/resource/common/prop_gift_list/prop_gift_config.json
 */
export declare const giftMap: Partial<Record<string, {
    name: string;
    pc: number;
}>>;
