import * as React from 'react';
import { type ShowWave } from './interface';
export default function useWave(nodeRef: React.RefObject<HTMLElement>, className: string, component?: string): ShowWave;
