import { LineCount } from '.'; export declare const height: (count: LineCount) => number; export declare const squigglyImage: (count: 1 | 4 | 8 | undefined, color: string) => string;