declare function MarketingSectionFeatureSelectorList({ className, classNames: _classNames, title, description, features, colorTheme, }: { className: any; classNames: any; title: any; description: any; features: any; colorTheme: any; }): JSX.Element; declare namespace MarketingSectionFeatureSelectorList { namespace propTypes { const className: PropTypes.Requireable; const title: PropTypes.Validator; const description: PropTypes.Validator; const colorTheme: PropTypes.Requireable; const features: PropTypes.Validator<(PropTypes.InferProps<{ title: PropTypes.Validator; description: PropTypes.Validator; media: PropTypes.Validator; video: PropTypes.Requireable; backgroundVideo: PropTypes.Requireable; }>>>; }> | null | undefined)[]>; const classNames: PropTypes.Requireable; descriptionTextClasses: PropTypes.Requireable; featureTitleTextClasses: PropTypes.Requireable; text100: PropTypes.Requireable; text600: PropTypes.Requireable; 'shadow900/20': PropTypes.Requireable; }>>; } namespace defaultProps { const className_1: string; export { className_1 as className }; export { defaultClassNames as classNames }; const colorTheme_1: string; export { colorTheme_1 as colorTheme }; } } export default MarketingSectionFeatureSelectorList; import PropTypes from "prop-types"; declare const defaultClassNames: { titleTextClasses: string; descriptionTextClasses: string; featureTitleTextClasses: string; text100: string; text600: string; 'shadow900/20': string; mediaAspectRatio: string; };