import type { StringOrNumber, KeyValueOption } from '../types';
export declare function isKeyValueOption(option: StringOrNumber | KeyValueOption, labelKey?: string, valueKey?: string): option is KeyValueOption;
export declare function generateLabelValueErrMsg(formElement: string): string;
export declare function generateDateAdapterErrMsg(formElement: string): string;
