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