export interface SideListItem { id: string; name: string; selected?: boolean; disabled?: boolean; tooltip?: string; data?: T; automationId?: string; } //# sourceMappingURL=side-list-item.interface.d.ts.map