import { ComponentProps, ComponentType } from 'react';
declare const renderNode: (Component: ComponentType, content: any, defaultProps: ComponentProps<any>) => any;
export default renderNode;
//# sourceMappingURL=renderNode.d.ts.map