import { BoxProps } from '../Box'; import { Versatile, PrismaneVersatile } from '../../types'; export type HighlightProps = PrismaneVersatile; type HighlightComponent = (props: HighlightProps) => any; declare const Highlight: HighlightComponent; export default Highlight; //# sourceMappingURL=Highlight.d.ts.map