import { Ref } from 'vue';
declare const usePinch: (container: Ref<HTMLDivElement | undefined>, currentScale: Ref<number | undefined>) => void;
export default usePinch;
