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