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