import type { TOptionType } from "../config/types/index.d.mts"; /** * Gets the label of an option by its value. * Supports nested option groups. * @returns {string} */ export declare const getLabel: (options?: TOptionType[], val?: string) => string;