import { CollectionConfig } from "@rebasepro/types"; /** * The property that fills a record's image slot. * * `admin.display.image` first, then six fallbacks in descending confidence — * the first image-typed storage property, an array of them, a URL rendered as an * image, and so on. The ladder stays for collections that say nothing; a * collection that names its picture is not guessed at. */ export declare function getEntityImagePreviewPropertyKey>(collection: CollectionConfig): string | undefined;