import React from 'react'; export declare const isChangeEvent: (object: unknown) => object is React.ChangeEvent; export declare const isShallowEqualArray: (left: T, right: T) => boolean; export declare const clone: (object: object) => any; export declare const scoped: (...paths: string[]) => string; export declare const unscoped: (path: string) => string[]; export declare const isPathMatch: (expected: string, actual: string) => boolean; export declare const useFunction: (fn: (action: T) => void) => React.Dispatch; export declare const useLazyRef: (fn: () => T) => T; //# sourceMappingURL=index.d.ts.map