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