import { type IInsight, type IInsightWidget } from "@gooddata/sdk-model"; /** * @internal */ export interface IUseResolveDashboardInsightFiltersProps { insight: IInsight; widget: IInsightWidget; } /** * @internal */ export declare const useResolveDashboardInsightProperties: (props: IUseResolveDashboardInsightFiltersProps) => IInsight; //# sourceMappingURL=useResolveDashboardInsightProperties.d.ts.map