import { IGFormattedTextElement } from "./IGFormattedTextElement";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class IGFormattedTextRun extends IGFormattedTextElement {
    static $t: Type;
}
