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