export interface IFilterProps { widgetView?: 'vertical' | 'horizontal-small' | 'horizontal-medium' | 'horizontal-large' | undefined checkboxControl?: boolean checkboxControlIndeterminate?: boolean checkboxControlChecked?: boolean title?: string infoTooltip?: boolean titleClear?: string }