import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Recycling: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Recycling;
