pub type LedsComponentType<L, const NUMLEDS: usize> = LedDriver<'static, L, NUMLEDS>;
pub struct LedsComponentType<L, const NUMLEDS: usize> { /* private fields */ }