export declare const focusBoxShadow = "0 0 0 2px inset #1a73e8"; export declare const borderRadius = "16px"; export declare const listViewItem: { rightOfData: { whiteSpace: string; }; iconContainer: { ml: string; }; iconWrapper: { ml: string; }; imageWrapper: { ml: string; }; styledListItem: { bg: string; '&.is-selected': { bg: any; }; borderBottom: string; '&.has-separator': { borderBottom: string; borderBottomColor: any; }; '&.is-hovered': { bg: any; }; '&.is-focused': { boxShadow: string; bg: any; }; '&.is-first-item': { borderTopLeftRadius: string; borderTopRightRadius: string; }; '&.is-last-item': { borderBottomLeftRadius: string; borderBottomRightRadius: string; '&.has-separator': { border: string; }; }; }; styledContainer: { bg: string; '&.is-hovered': { bg: string; cursor: string; }; }; expandableStyledListItem: { px: string; py: number; bg: string; '&.is-first-item': { borderTopLeftRadius: string; borderTopRightRadius: string; }; '&.is-last-item': { borderBottomLeftRadius: string; borderBottomRightRadius: string; '&.is-expanded.is-hovered, &.is-expanded.is-expanded': { borderBottomLeftRadius: string; borderBottomRightRadius: string; }; }; '&.is-hovered': { bg: any; }; '&.is-selected': { bg: any; }; '&.is-focused': { boxShadow: string; bg: any; }; }; expandableItemBody: { px: string; outline: string; '&.is-last-item-body': { borderBottomLeftRadius: string; borderBottomRightRadius: string; }; '&.is-focused': { boxShadow: string; }; }; expandableRow: { '&.has-separator': { borderBottomColor: any; }; '&.has-separator.is-last-row': { border: string; }; }; editIcon: { width: string; height: string; }; menuIcon: { width: string; height: string; }; loaderContainer: { pt: string; pb: string; }; }; export declare const listView: { container: { borderRadius: string; border: string; borderColor: string; }; }; export declare const lisViewItemChart: { title: { color: any; fontSize: string; }; count: { color: any; fontSize: string; }; countLabel: { color: any; fontSize: string; }; chartLabel: { color: any; fontSize: string; }; trend: { color: any; }; chartButton: { color: any; }; };