/// import { ContentWithImageSmallItemProps } from "./ContentWithImageSmallItem"; import { WithoutTheme, WithTheme } from "../types"; export declare type ContentWithImageSmallItemsProps = WithTheme<{ title: string; description: string; data: Array>; }>; export declare function ContentWithImageSmallItems({ data, title, description, ...props }: ContentWithImageSmallItemsProps): JSX.Element;