/** * Represents the `IExpanderHeaderElementProps` interface. * * @public */ export interface IExpanderHeaderElementProps { text: string; } //# sourceMappingURL=IExpanderHeaderElementProps.d.ts.map