/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum 3f4399743b8d60fb6c36de3b8256456c */ import * as React from "react"; import { LGGlyph } from '../types'; export interface CalendarProps extends LGGlyph.ComponentProps { } declare const Calendar: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: CalendarProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default Calendar; //# sourceMappingURL=Calendar.d.ts.map