import { CT_TextCharacterPropertiesBase } from "./CT_TextCharacterPropertiesBase";
import { IShallowCloneable } from "./IShallowCloneable";
import { IEG_FillProperties } from "./IEG_FillProperties";
import { CT_LineProperties } from "./CT_LineProperties";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class CT_TextCharacterProperties extends CT_TextCharacterPropertiesBase implements IShallowCloneable {
    static $t: Type;
    cloneShallow(): CT_TextCharacterProperties;
    y: IEG_FillProperties;
    w: CT_LineProperties;
}
