import * as React from 'react'; import { MobileSelectProps } from '../types'; export declare const MobileSelect: React.MemoExoticComponent<(props: MobileSelectProps) => React.ReactElement>;