import { VueScanOptionsType } from '../types';
/**
 * A reusable function that, when invoked, draws a temporary overlay
 * on the component’s root element. You can call this inside any hook
 */
declare function useVueScan(options: VueScanOptionsType): void;
export default useVueScan;
