///
import { FeatureWithIconItemProps } from "./FeatureWithIconItem";
import { ButtonProps } from "../util/Button";
import { WithTheme, WithoutTheme } from "../types";
export declare type FeatureWithIconBigColProps = WithTheme<{
data: Array>;
}> & Pick & {
buttonText?: string;
};
export declare function FeatureWithIconBigCol({ data, onClick, buttonText, ...props }: FeatureWithIconBigColProps): JSX.Element;