import * as React from 'react'; export declare type Props = { maxHeight?: string | number; className?: string; color: string; style?: React.CSSProperties; lineSpacing?: string | number; }; declare const TextRow: React.FC; export default TextRow;