import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_SizeRepresents {
    area = 0,
    w = 1
}
/**
 * @hidden
 */
export declare let ST_SizeRepresents_$type: Type;
