import type { ClientUser } from 'payload'; import React from 'react'; import './index.scss'; export declare const DocumentLocked: React.FC<{ handleGoBack: () => void; isActive: boolean; onReadOnly: () => void; onTakeOver: () => void; updatedAt?: null | number; user?: ClientUser | number | string; }>; //# sourceMappingURL=index.d.ts.map