import { OnChangeCb } from '../types';
export default function triggerChange(value?: any, ...callOnResult: (OnChangeCb | undefined)[]): void;
