import { FC, SVGProps } from "react"; export interface IconProps extends SVGProps { size?: number; className?: string | undefined; } export declare const CalendarIcon: FC; //# sourceMappingURL=calendarIcon.d.ts.map