import { SVGProps } from "react";
declare const FCCalendar: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCCalendar };
