export function ExternalLinkDialogContent({ node, data, ...otherProps }: { [x: string]: any; node: any; data: any; }): import("react/jsx-runtime").JSX.Element; export namespace ExternalLinkDialogContent { namespace propTypes { let node: PropTypes.Validator; let data: PropTypes.Validator; } } import PropTypes from 'prop-types';