/// 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 ContentProps = { $speed: number; }; export declare const Content: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContentProps>>; export {};