///
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 SlantProps = {
$speed: number;
$colorStart: string;
$colorEnd: string;
};
export declare const Slant1: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, SlantProps>>;
export declare const Slant2: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, SlantProps>>;
export declare const Slant3: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, SlantProps>>;
export {};