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