import { ComponentProps, ComponentType } from 'react';
export declare function createForwardRef<C extends ComponentType<any>>(component: C): import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<ComponentProps<C>> & import("react").RefAttributes<HTMLElement>>;
//# sourceMappingURL=create-forward-ref.d.ts.map