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