export default Recycling;
declare function Recycling(props: any): React.JSX.Element;
declare namespace Recycling {
    namespace propTypes {
        let width: PropTypes.Requireable<string>;
        let height: PropTypes.Requireable<string>;
        let fill: PropTypes.Requireable<string>;
    }
}
import * as React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=Recycling.d.ts.map