///
export declare const StyledItemsSection: import("styled-components").StyledComponent<(props: Readonly<{
className?: string;
contentClassName?: string;
backgroundStyle?: object;
tagName?: string;
role?: string;
children: string | number | boolean | {} | import("react").ReactElement import("react").ReactElement) | (new (props: any) => import("react").Component)> | import("react").ReactNodeArray | import("react").ReactPortal | JSX.Element;
contentSize?: import("../baseSection").SectionContentSize;
noHorizontalSpacing?: boolean;
}>) => JSX.Element, any, {}, never>;