import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_UpdateLinks { userSet = 0, never = 1, always = 2 } /** * @hidden */ export declare let ST_UpdateLinks_$type: Type;