import React from 'react'; import { BreakTextProps } from './interface'; declare const BreakText: React.FC; export default BreakText;