import { ImageViewerScale } from '../type';
declare const useViewerScale: (viewerScale: any) => ImageViewerScale;
export default useViewerScale;
