///
import * as sc from "styled-components";
import { DefaultTheme, StyledComponent } from "styled-components";
export * from "./utils";
export * from "styled-system";
export declare const StyledComponentModule: typeof sc;
export declare const styled: sc.StyledInterface;
export declare const createGlobalStyle: typeof sc.createGlobalStyle;
export declare const StyledComponentsThemeProvider: sc.ThemeProviderComponent;
export declare const ThemeContext: import("react").Context;
export type { DefaultTheme, StyledComponent };