type Props = { colorStart?: string; colorEnd?: string; speed?: number; tide?: number; }; declare const WaveBackground: ({ colorStart, colorEnd, speed, tide, }: Props) => import("react/jsx-runtime").JSX.Element; export default WaveBackground;