import { Base, Type } from "igniteui-react-core";
import { UnicodeCategory } from "./UnicodeCategory";
/**
 * @hidden
 */
export declare class CharUnicodeInfo extends Base {
    static $t: Type;
    private static k;
    static staticInit(): void;
    static g(a: string): number;
    static h(a: string, b: number): number;
    static i(a: string): number;
    static j(a: string, b: number): number;
    static c(a: string): number;
    static d(a: string, b: number): number;
    static e(a: string): UnicodeCategory;
    private static a;
    static f(a: string, b: number): UnicodeCategory;
    static b(a: string): boolean;
}
