import type { ITextFormattableProps } from '../../../Behaviors/TextFormattable'; /** * Represents the `IDialogHeaderTextElementProps` interface. * * @public */ export interface IDialogHeaderTextElementProps extends ITextFormattableProps { text: string; } //# sourceMappingURL=IDialogHeaderTextElementProps.d.ts.map