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