import { Component } from 'react'; export default class UnsupportedBlockNode extends Component<{}, {}> { render(): JSX.Element; }