import './HighLightLink.scss'; export declare const isURL: (str: string) => boolean; export declare const messageHasUrls: (message: string) => boolean; type HighLightLinkProps = { messageText: string; }; export declare const HighLightLink: ({ messageText, }: HighLightLinkProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HighLightLink.d.ts.map