import React from 'react'; declare const initialTextLine: { TextLineBgColor: string; text: string; contentSize: number; lineStyle: string; fontSize: number; textAlign: string; fontColor: string; lineColor: string; fontWeight: string; fontStyle: string; textDecoration: string; }; export declare const TextLine: React.FC; export {};