import { Widgets } from '@keen.io/widgets'; import { Query } from '@keen.io/query'; import { ComponentSettings } from '../types'; declare type Options = { query: Partial; widgetType: Widgets; keys: string[]; componentSettings: ComponentSettings; }; export declare const createChartSettings: ({ query, widgetType, keys, componentSettings, }: Options) => Partial | Partial | Partial | Partial | Partial | Partial | Partial | Partial | Partial; export {};