import { UiStyle } from '../../configuration/models/uiStyle'; export interface ListViewAttributes { uiStyle: UiStyle; }