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