import type { FC, PropsWithChildren } from 'react'; import type { StringToReactComponentProps } from './src/types.d'; export { StringToReactComponentProps } from './src/types.d'; declare const StringToReactComponent: FC>; export default StringToReactComponent;