import type { StockExchangeMICFieldProps, StockExchangeMICFieldSchema } from './types';
export declare const STOCK_EXCHANGE_MIC_FIELD: Array<keyof StockExchangeMICFieldSchema>;
export declare function StockExchangeMICField({ data, valid, errors, labels, placeholders, readonly, mask, guidanceText, shouldValidate, handleChangeFor, }: StockExchangeMICFieldProps): import("preact").JSX.Element;
