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