import { Settings } from "./settings";
export declare class Neck {
    private _settings;
    constructor(settings: Settings);
    build(tuning: string[], stringsCount: number, fretsOnChord: number, baseFret: number): SVGElement;
    private getBaseFretText;
    private getNeckHorizonalLine;
    private getNeckVerticalLine;
    private getNeckPath;
}
