import { h } from 'preact'; interface UnlockOwnerOverlayProps { documentId: string; } export declare function UnlockOwnerOverlay({ documentId }: UnlockOwnerOverlayProps): h.JSX.Element | null; export {}; //# sourceMappingURL=unlock-owner-overlay.d.ts.map