import type { StateFieldProps, StateFieldSchema } from './types';
export declare const STATE_FIELD: Array<keyof StateFieldSchema>;
export declare function StateField({ data, valid, errors, labels, placeholders, readonly, handleChangeFor, selectedCountry, classNameModifiers, }: StateFieldProps): import("preact").JSX.Element;
