import { TrendlineOptions } from '@spectrum-charts/vega-spec-builder';
import { TrendlineProps } from '../types';
export declare const getTrendlineOptions: ({ children, ...trendlineProps }: TrendlineProps) => TrendlineOptions;
//# sourceMappingURL=trendlineAdapter.d.ts.map