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