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