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