/// interface MovingBlockProps { duration: number; reverse: boolean; } interface ContainerProps { reverse: boolean; } export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>> & string; export declare const MovingBlock: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, MovingBlockProps>> & string; export declare const Hollow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLImageElement>, never>> & string; export declare const Solid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLImageElement>, never>> & string; export {};