import type { Selector } from '../../types/internal'; /** * Get checked input value from multiselector (usually from ``). */ export declare const getCheckedInputValue: (input: Selector) => Promise;