export declare enum CalendarGridTimeEventPlaceholderDataAttributes { /** * Present when the event start date is in the past. */ started = "data-started", /** * Present when the event end date is in the past. */ ended = "data-ended", }