/** * Represents the `ISummaryElementProps` interface. * * @public */ export interface ISummaryElementProps { header: string | null | undefined; content: string | null | undefined; } //# sourceMappingURL=ISummaryElementProps.d.ts.map