import { IconProps } from '../lib';
declare function Recycle(props: IconProps): JSX.Element;
export default Recycle;
