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