import previewComponent from './ImagePreview'; import schema from './schema'; import type { FileOrImageField, WidgetParam } from '@staticcms/core'; declare function ImageWidget(): WidgetParam; export { previewComponent as ImagePreview, schema as ImageSchema }; export default ImageWidget;