import { default as React } from 'react';
export class NodeLabel extends React.Component<any, any, any> {
    constructor(props: any);
    render(): import("react/jsx-runtime").JSX.Element;
}
