import { LineCount } from '.'; export declare const straightLines: (count: LineCount, color: string) => import("@emotion/react").SerializedStyles; export declare const squigglyLines: (count: LineCount, color: string) => import("@emotion/react").SerializedStyles; export declare const dottedLines: (count: LineCount, color: string) => import("@emotion/react").SerializedStyles; export declare const dashedLines: (count: LineCount, color: string) => import("@emotion/react").SerializedStyles;