import type { ScreenViewport } from "@itwin/core-frontend"; /** * A copy of `useActiveViewport` from `@itwin/appui-react` package until X is fixed. * @internal */ export declare function useActiveViewport(): ScreenViewport | undefined; //# sourceMappingURL=UseActiveViewport.d.ts.map