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