export default Highlight; declare function Highlight({ children, label }: { children: any; label: any; }): JSX.Element; declare namespace Highlight { namespace propTypes { const children: PropTypes.Validator; } } import PropTypes from "prop-types";