import { JSXElementConstructor, ReactElement } from 'react';
import { BarAnnotationOptions } from '@spectrum-charts/vega-spec-builder';
export interface BarAnnotationProps extends BarAnnotationOptions {
}
export type BarAnnotationElement = ReactElement<BarAnnotationProps, JSXElementConstructor<BarAnnotationProps>>;
//# sourceMappingURL=barAnnotation.types.d.ts.map