import { BarOptions } from '@spectrum-charts/vega-spec-builder';
import { BarProps } from '../types';
export declare const getBarOptions: ({ children, onClick, ...barProps }: BarProps) => BarOptions;
//# sourceMappingURL=barAdapter.d.ts.map