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