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