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