/// type ContainerProps = { $colorStart: string; $colorEnd: string; }; export declare const Container: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>>; export type OceanProps = { $height: number; }; export declare const Ocean: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, OceanProps>>; export type WaveProps = { $speed: number; }; export declare const Wave1: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, WaveProps>>; export declare const Wave2: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, WaveProps>>; export {};