import { CodePageEncoding } from "./CodePageEncoding";
import { Nullable$1, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class CodePageSingleByte extends CodePageEncoding {
    static $t: Type;
    private readonly _ae;
    private _af;
    private _ag;
    constructor(a: number, b: Nullable$1<string>[]);
    protected get__codePage(): number;
    get _codePage(): number;
    getChars(a: number[], b: number, c: number, d: string[], e: number): number;
    getMaxByteCount(a: number): number;
    getMaxCharCount(a: number): number;
    getByteCount(a: string[], b: number, c: number): number;
    getBytes2(a: string[], b: number, c: number, d: number[], e: number): number;
    getCharCount1(a: number[], b: number, c: number): number;
    getString1(a: number[], b: number, c: number): string;
}
