import { Base, Type } from "igniteui-react-core";
import { Brush } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class UserAnnotationInformation extends Base {
    static $t: Type;
    d: string;
    f: string;
    h: Brush;
    i: Brush;
    c: string;
    e: string;
    a: number;
    b: number;
    g(a: UserAnnotationInformation): void;
}
