import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_TextCapsType { none = 0, small = 1, all = 2 } /** * @hidden */ export declare let ST_TextCapsType_$type: Type;