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