import { OptionsType } from './select'; export declare const getDisplayValue: (options: OptionsType | undefined, defaultValue: any) => any;