/// export declare const Media: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Body: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Container: import("styled-components").StyledComponent<"div", any, { gutter: string | number | (string | number | null)[] | { [key: string]: import("react").ReactText; } | undefined; }, never>;