import type { Props as UploadInputProps } from 'mzinga/components/fields/Upload'; import React from 'react'; import type { PluginConfig } from '../types'; type MetaImageProps = UploadInputProps & { path: string; pluginConfig: PluginConfig; }; export declare const MetaImage: React.FC; export declare const getMetaImageField: (props: MetaImageProps) => React.JSX.Element; export {}; //# sourceMappingURL=MetaImage.d.ts.map