import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class StringUtilitiesSgml extends Base { static $t: Type; static a(a: string, b: string): boolean; }