import { LedColor } from './index';
export declare type LedStrip = Array<LedColor>;
