export declare const renderFretBoard: (content: string, { title: fretTitle, type }: { title?: string | undefined; type?: string | undefined; }) => string; //# sourceMappingURL=fretboard.d.ts.map