import { Type } from './type.interface'; export declare type TForwardRef = () => Type; export interface ForwardRef { forwardRef: TForwardRef; }