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 functionuseVueScan(options: VueScanOptionsType): void;
exportdefault useVueScan;