import React from 'react';
export type LinkifyProps = {
    children: string;
};
export declare const LinkifyText: React.FC<LinkifyProps>;
