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