import { TextProps } from '@wix/design-system'; import React from 'react'; export declare function MaxHeightText(props: TextProps & { lineHeight?: number; }): React.JSX.Element; //# sourceMappingURL=MaxHeightText.d.ts.map