import { Option } from "react-select"; import { InputContext } from "react-context-form"; export declare const getChangeHandler: (self: { context: InputContext; }) => (option: Option) => void;