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