import React from 'react'; interface FtLineProps { leftContent: string; leftWidth?: string; leftHeight?: string; maohao?: boolean; prefixCls?: string; children: React.ReactNode | string; } declare const FtLine: React.FC; export default FtLine;