export default RecommendationIcon; declare function RecommendationIcon({ height, width }: { height: any; width: any; }): JSX.Element; declare namespace RecommendationIcon { namespace propTypes { let height: PropTypes.Requireable; let width: PropTypes.Requireable; } namespace defaultProps { let height_1: number; export { height_1 as height }; let width_1: number; export { width_1 as width }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=RecommendationIcon.d.ts.map