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