import { JSX } from 'react'; import { SelectProps } from '../../../../tedi'; export declare const MapSelect: (props: SelectProps) => JSX.Element; export default MapSelect;