/** * Check if Option's value is empty */ export declare function isEmptyValue(value: any, isMultiple: boolean): boolean;