import * as React from 'react'; export declare const useCallbackRef: () => [ React.MutableRefObject, (HTMLElement: any) => void ]; export declare const useCallbackRefState: () => [ HTMLElement | null, (HTMLElement: any) => void ];