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