import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum FontFamilyInternal {
    DontCare = 0,
    Roman = 1,
    Swiss = 2,
    Modern = 3,
    Script = 4,
    Decorative = 5
}
/**
 * @hidden
 */
export declare let FontFamilyInternal_$type: Type;
