import React from 'react'; /** * Render a highlight/colour by element for colouring features */ declare const HighlightFeature: ({ schema, type }: Record) => React.JSX.Element; export default HighlightFeature;