import type { PropsWithChildren } from 'react'; import React from 'react'; export declare const getComponentFromProps: (Component: React.ReactElement> | React.ComponentType, props: Record, children?: never[]) => import("react/jsx-runtime").JSX.Element | null; export default getComponentFromProps;