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