///
import { FeatureWithIconItemProps } from "./FeatureWithIconItem";
import { WithTheme, WithoutTheme } from "../types";
export declare type FeatureIconCardItemsProps = WithTheme<{
data: Array>;
}>;
export declare function FeatureIconCardItems({ data, ...props }: FeatureIconCardItemsProps): JSX.Element;