/** * Represents the `IDisclosureElementProps` interface. * * @public */ export interface IDisclosureElementProps { summary: string; isExpanded: boolean; } //# sourceMappingURL=IDisclosureElementProps.d.ts.map