import React from 'react'; export declare function useWave(): [React.ReactNode, (color: string, animation?: string) => void];