interface TitleNodeProps { render?: any; data?: any; } declare const TitleNode: (props: TitleNodeProps) => any; export default TitleNode;