declare const isValueSelected: (value?: string | undefined, candidate?: string | string[] | undefined) => boolean; export default isValueSelected;