import React from 'react'; type DataImageContentProps = { children: React.ReactNode; disableBackground?: boolean; }; declare const _default: string & import("styled-components").StyledComponentBase<"div", import("styled-components").DefaultTheme, import("styled-system").LayoutProps>> & import("styled-system").FlexboxProps>> & import("styled-system").GridProps>> & import("styled-system").PositionProps>> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").TypographyProps>> & import("../styles/system").BgProps & import("../styles/system").ColorProps & import("../styles/system").VisibilityProps & import("../styles/system").CursorProps & import("../styles/system").BoxSizingProps & { row?: boolean | undefined; col?: boolean | undefined; center?: boolean | undefined; } & DataImageContentProps, never> & import("hoist-non-react-statics").NonReactStatics & { hiName: string; }; export default _default;