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