import { Base, Type } from "igniteui-react-core";
import { BaseControlTheme } from "igniteui-react-core";
import { ControlDisplayDensity } from "igniteui-react-core";
import { BrushAppearanceData } from "igniteui-react-core";
import { LabelShiftType } from "./LabelShiftType";
/**
 * @hidden
 */
export declare class LabelVisualModelExport extends Base {
    static $t: Type;
    c: BaseControlTheme;
    e: ControlDisplayDensity;
    d: ControlDisplayDensity;
    a: BrushAppearanceData;
    u: string;
    v: string;
    w: string;
    k: number;
    s: string;
    t: string;
    b: LabelShiftType;
    i: boolean;
    g: boolean;
    m: string;
    n: string;
    o: string;
    l: string;
    r: string;
    h: boolean;
    j: boolean;
    f: boolean;
    p: string;
    q(): string;
}
