/** * * Wraps every instance of `wrap` found in `str` in the provided `element`. * * E.g. `wrapJSX('Apple', 'ap', 'em') => Apple` * * @param str * @param wrap * @param element * @returns `JSX.Element` * @internal */ export declare const wrapJSX: (str: string, wrap?: string, element?: keyof HTMLElementTagNameMap) => JSX.Element; //# sourceMappingURL=wrapJSX.d.ts.map