import type { CodeSnippetSize, LineColor, LineTextStyle } from '../CodeSnippetContext'; /** * Shared line color styles for CodeSnippet components. * Colors match Figma design with 6% opacity backgrounds. */ export declare const LINE_COLOR_STYLES: Record; /** * Text style classes for line content. */ export declare const LINE_TEXT_STYLE_CLASSES: Record; /** * Line height classes per size variant. * Matches Figma design typography specifications. */ export declare const SIZE_LINE_HEIGHT_CLASSES: Record;