import type { FieldMetadata } from '../../core/models/country-config';
import type { StockExchangeMICFieldSchema } from './types';
export declare const stockExchangeMICFieldMetadata: FieldMetadata<StockExchangeMICFieldSchema, 'stockExchangeMIC'>;
