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