import { Channel } from'../types';
/**
* Use LED API instead.
* @deprecated
* @categoryLegacy
*/exporttypeSetColorOptions = {
channel?: Channel;
/**
* Index of the LED to set the color for.
*/index?: number;
};
//# sourceMappingURL=set-color-options.d.ts.map