export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Block: import("styled-components").StyledComponent<"div", any, { backgroundColor: string; }, never>; export declare const Space: import("styled-components").StyledComponent<"div", any, { width: number; backgroundColor: string; }, never>;