import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
export type Props = {
    className?: string;
    collection?: SanitizedCollectionConfig;
    doc?: Record<string, unknown>;
    fileSrc?: string;
    imageCacheTag?: string;
    size?: 'expand' | 'large' | 'medium' | 'small';
};
//# sourceMappingURL=types.d.ts.map