export { Linkify as default }; /** * @template P * @template {string | React.JSXElementConstructor
} T * @param {P & { as?: T, tagName?: T, options?: import('linkifyjs').Opts, children?: React.ReactNode}} props * @returns {React.ReactElement
} */ declare function Linkify
>(props: P & { as?: T; tagName?: T; options?: import('linkifyjs').Opts; children?: React.ReactNode; }): React.ReactElement
; import * as React from 'react'; import { options } from 'linkifyjs';