import { TFeature } from '../../types'; type Props = { feature: TFeature; type: 'primary' | 'secondary'; className?: string; }; export declare const FeatureGrid: ({ feature, className, type }: Props) => import("react").JSX.Element; export {};