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