import * as React from 'react'; export default function useRefFor(Component: React.ComponentType): [React.RefObject, React.ComponentType];