import { SchemaType } from '../Core/SchemaType'; export declare class DashboardFilter extends SchemaType { id: string; title: string; crossFilteringSourceWidgetId?: string; }