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