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