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