import { MutableRefObject } from 'react'; export declare function useSelector(initialValue: T | null): [gsap.utils.SelectorFunc, MutableRefObject];