import { IPianoKeyboardProps, IKey } from "./@types"; export declare function drawKeyboardInCanvas(ctx: CanvasRenderingContext2D, props: IPianoKeyboardProps, selectedKeys: number[]): IKey[]; //# sourceMappingURL=drawKeyboardInCanvas.d.ts.map