import type { ReactElement, Ref } from 'react';
export declare const getElementRef: <T = unknown>(element: ReactElement) => Ref<T> | null;
