export {}; export type WaveRef = () => void; export interface WaveProps extends Omit, 'children'> { ref?: React.Ref; color: string; }