/// import type { FormattedLine } from '../../types'; interface TextLineProps { index: number; line: FormattedLine[]; color?: string; } export declare function TextLine({ color, index, line }: TextLineProps): JSX.Element; export {}; //# sourceMappingURL=TextLine.d.ts.map