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