import { Theme } from '../../types'; export declare const numberOfLines: (theme: Theme) => { [x: string]: { numberOfLines: number; }; };