import { ForwardRef, TForwardRef } from './interfaces'; export declare const forwardRef: (fn: TForwardRef) => ForwardRef;