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