export declare const listViewItem: { styledListItem: { '&.has-separator': { borderBottom: string; borderBottomColor: string; }; bg: string; '&.is-selected': { bg: string; }; '&.is-hovered': { bg: string; }; '&.is-focused': { boxShadow: string; bg: string; }; }; expandableStyledListItem: { '&.is-hovered': { bg: string; }; '&.is-selected': { bg: string; }; '&.is-focused': { bg: string; }; }; expandIcon: { color: any; fill: string; }; expandableRow: { '&.has-separator': { borderBottomColor: string; }; }; }; export declare const listView: { container: { borderColor: string; }; }; export declare const lisViewItemChart: { title: { color: any; }; count: { color: any; }; countLabel: { color: any; }; chartLabel: { color: any; }; trend: { color: any; }; chartButton: { color: any; }; };