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