declare function MarketingFeatureSelectorGrid({ className, classNames: _classNames, features, title, description }: { className: any; classNames: any; features: any; title: any; description: any; }): JSX.Element | null; declare namespace MarketingFeatureSelectorGrid { namespace propTypes { const className: PropTypes.Requireable; const title: PropTypes.Validator; const description: PropTypes.Validator; const features: PropTypes.Validator<(PropTypes.InferProps<{ name: PropTypes.Validator; summary: PropTypes.Validator; description: PropTypes.Validator; image: PropTypes.Validator; icon: PropTypes.Validator>; }> | null | undefined)[]>; const classNames: PropTypes.Requireable; descriptionTextClasses: PropTypes.Requireable; bg600: PropTypes.Requireable; text600: PropTypes.Requireable; }>>; } namespace defaultProps { const className_1: string; export { className_1 as className }; export { defaultClassNames as classNames }; const features_1: never[]; export { features_1 as features }; } } export default MarketingFeatureSelectorGrid; import PropTypes from "prop-types"; declare namespace defaultClassNames { const titleTextClasses: string; const descriptionTextClasses: string; const bg600: string; const text600: string; const mediaAspectRatio: string; }