import type { ClientCollectionConfig } from 'payload'; import React from 'react'; import type { LoadedSlateFieldProps } from '../../../../types.js'; import type { UploadElementType } from '../../types.js'; export declare const UploadDrawer: React.FC<{ readonly drawerSlug: string; readonly element: UploadElementType; readonly fieldProps: LoadedSlateFieldProps; readonly relatedCollection: ClientCollectionConfig; readonly schemaPath: string; }>; //# sourceMappingURL=index.d.ts.map