import { LineCount } from '.'; export declare const height: (count: LineCount) => number; export declare const dottedImage: (count: LineCount, color: string) => string;