import MetadataField, { MetadataFieldProps } from './MetadataField';
export type { MetadataFieldProps };
export default MetadataField;
