/** @packageDocumentation * @module Hooks */ import { ScreenViewport } from "@bentley/imodeljs-frontend"; /** React hook that maintains the active viewport. * @public */ export declare function useActiveViewport(): ScreenViewport | undefined; //# sourceMappingURL=useActiveViewport.d.ts.map