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