import { Base, Type } from "igniteui-react-core";
import { SuffixShiftType } from "./SuffixShiftType";
/**
 * @hidden
 */
export declare class SuffixVisualModelExport extends Base {
    static $t: Type;
    a: SuffixShiftType;
    c: boolean;
    b: boolean;
    d: string;
    e(): string;
}
