import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgRecycle({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgRecycle: React.MemoExoticComponent; export default MemoSvgRecycle; //# sourceMappingURL=Recycle.d.ts.map