import React from 'react';
declare type ElementRefType = React.RefObject<React.ReactInstance>;
export declare type ElementType = React.ReactInstance | ElementRefType;
export default function useElement(element: ElementType): Element | null;
export {};