import { PolymorphicComponent } from "../../polymorphic"; type HightLightedTextProps = { text: string; segments: string[]; linkify?: boolean; className?: string; dangerouslySetInnerHTML?: never; }; export declare const HighLightedText: PolymorphicComponent<"p", HightLightedTextProps>; export {}; //# sourceMappingURL=HighLightedText.d.ts.map