import { Type } from "./type";
/**
 * @hidden
 */
export declare const enum CodeGenerationSpecialValueType {
    FontFamily = 0,
    FontStyles = 1,
    FontWeights = 2,
    Color = 3
}
/**
 * @hidden
 */
export declare let CodeGenerationSpecialValueType_$type: Type;
