/// import { type PropsOf, type As, type ComponentWithAs, type RightJoinProps } from './types'; export declare function forwardRef(component: React.ForwardRefRenderFunction, Props> & { as?: As; }>): ComponentWithAs;