import { type ForwardedRef } from 'react';
type UseRocketstyleRef = (props: {
    $rocketstyleRef?: ForwardedRef<unknown>;
    ref?: ForwardedRef<unknown>;
}) => ForwardedRef<unknown>;
declare const useRocketstyleRef: UseRocketstyleRef;
export default useRocketstyleRef;
//# sourceMappingURL=useRef.d.ts.map