export interface SegmentSet { keys: readonly string[]; viewBox: string; paths: Record; desc: Record; } export declare const SEG7: SegmentSet; export declare const SEG9: SegmentSet; export declare const SEG14: SegmentSet; export declare const SEG16: SegmentSet; export declare const MODES: Record;