import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_SortMethod { none = 0, pinYin = 1, stroke = 2 } /** * @hidden */ export declare let ST_SortMethod_$type: Type;