export declare enum CalendarGridHeaderCellDataAttributes { /** * Present when the header cell represents the current date. */ current = "data-current", }