import React from 'react'; import { type OptionType, type SelectProps } from './types'; declare const RadioSelect: React.MemoExoticComponent<({ components, ...props }: SelectProps) => React.JSX.Element>; export default RadioSelect;