interface BackgroundProps { color?: string; } export declare const Background: import("styled-components").StyledComponent<"div", any, BackgroundProps, never>; export declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>; export {};