interface ThemeProps {
    theme: string | undefined;
}
declare const _default: import("styled-components").StyledComponent<"div", any, ThemeProps, never>;
export default _default;
