import { INote, ITreePoint } from '../../musical-data'; import { IRange, IPoint } from '@musicenviro/base'; export declare function getPianoRollHover(proportionalPoint: IPoint, treePoints: ITreePoint[], stepRange: IRange): INote | null; //# sourceMappingURL=getPianoRollHover.d.ts.map