import React from 'react'; import { OSMAddressFieldProps } from './OSMAddressField.types'; declare const _default: { title: string; parameters: { actions: { handles: string[]; }; component: React.FC; }; argTypes: { regions: { control: { type: string; options: string[]; }; }; language: { control: { type: string; options: string[]; }; }; }; }; export default _default; export declare const OSMAddressFieldStory: { (args: OSMAddressFieldProps): JSX.Element; args: { apiKey: string; value: string; }; };