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