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