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