export declare enum CalendarGridTimeColumnDataAttributes { /** * Present when the column represents the current date. */ current = "data-current", }