import React from 'react'; import type { IProps } from '../types/general'; declare function App({ map, locale, styleURL, sprite, title, columns, onSubmit, onCancel, getDistinctValues, onMapLoad, }: IProps): JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;