import { UseSelectProps } from '../../index.types';
export declare function renderUseSelect(props?: Partial<UseSelectProps<string>>): any;
