import { ReactNode } from 'react'; export declare const getOptionLabelValue: (option: TOption) => ReactNode;