declare const _default: { name: string; title: string; type: string; fieldsets: { name: string; title: string; description: string; }[]; fields: ({ name: string; type: string; title: string; readOnly: boolean; fieldset?: undefined; hidden?: undefined; } | { name: string; type: string; title: string; readOnly?: undefined; fieldset?: undefined; hidden?: undefined; } | { name: string; type: string; title: string; readOnly: boolean; fieldset: string; hidden?: undefined; } | { name: string; type: string; readOnly: boolean; hidden: boolean; fieldset: string; title?: undefined; })[]; preview: { select: { id: string; title: string; mimeType: string; size: string; }; prepare(doc: any): { title: any; media: { asset: { _ref: any; }; }; subtitle: string; }; }; orderings: { title: string; name: string; by: { field: string; direction: string; }[]; }[]; }; export default _default; //# sourceMappingURL=imageAsset.d.ts.map