import * as React from "react"; interface AugmentRefProps { ref: React.Ref; methods?: Record any>; deps?: any[]; } export declare function useAugmentedRef({ ref, methods, deps, }: AugmentRefProps): React.RefObject; export {}; //# sourceMappingURL=use-augmented-ref.d.ts.map