type LetterData = { upper: { path: string; viewBox: string; dashArray: number; }; lower: { path: string; viewBox: string; dashArray: number; }; }; type DigitData = { path: string; viewBox: string; dashArray: number; }; export declare const LETTER_BANK: Record; export declare const DIGIT_BANK: Record; export {};