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