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