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