export declare const text: { listViewItemExpandedText: { color: any; }; listViewItemText: { color: string; }; searchNavTabLabel: { px: string; color: any; '.is-selected &, .is-hovered &': { color: string; }; '.is-selected &': { color: string; }; '.is-disabled &': { color: string; }; }; listViewItemTextSelected: { color: any; }; listViewItemSubtext: { color: any; }; itemTitle: { fontWeight: number; color: string; }; copyRightText: { color: any; }; placeholder: { color: any; fontWeight: number; }; messagesText: { '&.is-success, &.is-warning, &.is-error, &.is-default': { '& > a': { color: string; }; }; }; pageHeaderBody: { color: string; }; pageHeaderTitle: { color: any; }; };