/// <reference types="react" />
declare const Recycle: (props: any, ref: any) => JSX.Element;
export default Recycle;
