import { type ForwardedRef, type FC } from 'react'; export default function createComponentWithOrderedProps
(component: FC
, ...names: ReadonlyArray): (props: P, ref: ForwardedRef) => import("react").FunctionComponentElement; //# sourceMappingURL=createComponentWithOrderedProps.d.ts.map
; //# sourceMappingURL=createComponentWithOrderedProps.d.ts.map