import { FilterGroup } from '@luzmo/dashboard-contents-types'; import { LuzmoDashboard } from '../models/dashboard.model'; export declare const getFilters: (dashboardComponent: T, iframe: HTMLIFrameElement) => Promise;