import * as React from 'react'; import { DiatonicStepType } from '@musicenviro/base'; interface ILaneCellProps { laneIndex: number; cellIndex: number; depth: number; stepType: DiatonicStepType; activated: boolean; onChange: (active: boolean) => void; } export declare const LaneCell: React.FunctionComponent; export {}; //# sourceMappingURL=LaneCell.d.ts.map