import * as React from 'react'; import { DiatonicStepType } from '@musicenviro/base'; import { ILaneData } from '../@types'; interface IRollLaneProps { laneIndex: number; height?: string; stepType?: DiatonicStepType; laneData: ILaneData; onCellChange?: (cellIndex: number, active: boolean) => void; } export declare const RollLane: React.FunctionComponent; export {}; //# sourceMappingURL=RollLane.d.ts.map