import { IGFormattedTextElement } from "./IGFormattedTextElement";
import { List$1 } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class IGFormattedTextSpan extends IGFormattedTextElement {
    static $t: Type;
    readonly h: List$1<IGFormattedTextElement>;
    c(): boolean;
    g(): IGFormattedTextSpan;
    i(): void;
    j(a: number, b: number): void;
}
