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