import React from 'react'; type ElementType = string | React.ComponentType; export declare function isRefSupported(elementType: ElementType): boolean; export {};