import type { Component } from 'react';
import type { AnimatedRef } from './commonTypes';
export declare function useAnimatedRef<TComponent extends Component>(): AnimatedRef<TComponent>;
