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