import { InterpolationFunction } from 'styled-components'; export interface MaxLinesProps { /** * Максимальное количество отображаемых строк, * в последней будет многоточие */ maxLines?: number; } export declare const applyMaxLines: InterpolationFunction; //# sourceMappingURL=applyMaxLines.d.ts.map