import type { ClientCollectionConfig, ViewTypes } from 'payload'; import React from 'react'; import './index.scss'; export type Props = { collection: ClientCollectionConfig; viewType?: ViewTypes; }; export declare const RestoreMany: React.FC; //# sourceMappingURL=index.d.ts.map