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