import type { CSSProperties } from 'react';
export declare const useNumberOfLines: (numberOfLines?: number) => CSSProperties;
