import type { JSX } from 'react';
export declare function SplittedWbrText(props: {
    text: string;
}): JSX.Element;
