export declare const lanePadding = 0; export declare const cellPadding = 1; export declare const stepTypeAppearance: { Root: { classStem: string; heightRatio: number; }; Fifth: { classStem: string; heightRatio: number; }; OtherChordNote: { classStem: string; heightRatio: number; }; NonChordNote: { classStem: string; heightRatio: number; }; }; //# sourceMappingURL=config.d.ts.map