import { IconProps } from '../lib';
declare function Waves(props: IconProps): JSX.Element;
export default Waves;
