import { WidgetProps } from '../../index.js'; import { ExpandedQueryModel, WidgetPropsConfig } from '../types.js'; export declare const toWidgetPropsFromQuery: (queryModel: ExpandedQueryModel, config?: WidgetPropsConfig) => WidgetProps | undefined; //# sourceMappingURL=to-widget-props.d.ts.map