import { IGFormattedTextSpan } from "./IGFormattedTextSpan";
import { Nullable$1, Type } from "igniteui-react-core";
import { HorizontalTextAlignment } from "igniteui-react-excel";
/**
 * @hidden
 */
export declare class IGFormattedTextParagraph extends IGFormattedTextSpan {
    static $t: Type;
    k: Nullable$1<HorizontalTextAlignment>;
    c(): boolean;
}
