import { Song } from "./createSong"; export declare const createKeyEditorView: (song: Song, tickWidth?: number) => void;