/**
 * Собирает события в callMultiple
 *
 * # Пример
 *
 * ```js
 * const handlers = mergeCalls(focusEvents, { onFocus, onBlur })
 * ```
 */
export declare function mergeCalls(...props: Array<Record<string, any>>): Record<string, any>;
//# sourceMappingURL=mergeCalls.d.ts.map