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