/// export type LmDayProps = { date: Date; dayLabel: string; }; export declare function LmDay({ dayLabel, date }: LmDayProps): JSX.Element; //# sourceMappingURL=LmDay.d.ts.map