import type { UploadCollectionSlug } from 'payload';
import React from 'react';
type Props = {
    enabledCollectionSlugs: UploadCollectionSlug[];
};
export declare const UploadDrawer: ({ enabledCollectionSlugs }: Props) => React.ReactNode;
export {};
//# sourceMappingURL=index.d.ts.map