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