/// import { FeatureWithIconItemProps } from "./FeatureWithIconItem"; import { WithTheme, WithoutTheme } from "../types"; export declare type FeatureWithIconSmallProps = WithTheme<{ title: string | { top: string; bottom: string; }; data: Array>; }>; export declare function FeatureWithIconSmall({ title, data, ...props }: FeatureWithIconSmallProps): JSX.Element;