import type { PropsWithChildren } from 'react'; export declare function useInsetViewerRootRef(): HTMLDivElement | null; export declare function InsetViewerRoot({ children }: Required): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=InsetViewerRoot.d.ts.map