import { Base, Type } from "igniteui-react-core";
import { EG_ColorChoice } from "./EG_ColorChoice";
import { ST_FontCollectionIndex } from "./ST_FontCollectionIndex";
/**
 * @hidden
 */
export declare class CT_FontReference extends Base {
    static $t: Type;
    a: EG_ColorChoice;
    b: ST_FontCollectionIndex;
}
