interface ContainerProps { background: string; } export declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; export {};