declare const TNodeComponent: {
    (props: {
        content: any;
    }): any;
    props: string[];
};
export default TNodeComponent;
