/** Return an array of strings and regex replaced components */ declare const replaceMatchWithElement: (str: string, re: RegExp, render: (match: string) => JSX.Element) => import("react/jsx-runtime").JSX.Element[]; export default replaceMatchWithElement; //# sourceMappingURL=replaceMatchWithElement.d.ts.map