import type { SelectOptionType } from '../types'; export declare const isOptionSelected: >(value?: V[], option?: T) => boolean;