import type { TypeWithVersion } from 'payload'; import React from 'react'; import './index.scss'; type AutosaveCellProps = { currentlyPublishedVersion?: TypeWithVersion; latestDraftVersion?: TypeWithVersion; rowData: { autosave?: boolean; id: number | string; publishedLocale?: string; updatedAt?: string; version: { [key: string]: unknown; _status: 'draft' | 'published'; updatedAt: string; }; }; }; export declare const AutosaveCell: React.FC; export {}; //# sourceMappingURL=index.d.ts.map