/** * Represents the `ITextFormatElementProps` interface. * * @public */ export interface ITextFormatElementProps { text: string; } //# sourceMappingURL=ITextFormatElementProps.d.ts.map