import { UpdateHandler } from '../../../types';
import { Item } from '../../Dropdown.types';
type Options = {
    onUpdate: UpdateHandler;
    search: string;
};
export declare function buildCustomValue({ onUpdate, search }: Options): Item;
export {};
