/// <reference types="hoist-non-react-statics" />
import React from 'react';
export interface IBarLineBucketItemProps {
    options: string[];
    y2Buckets: string[];
    setY2Buckets: (val: string[]) => void;
}
export declare class BarLineBucketItem extends React.Component<IBarLineBucketItemProps, any> {
    render(): React.JSX.Element;
}
declare const _default: React.ComponentClass<IBarLineBucketItemProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IBarLineBucketItemProps, any> & typeof BarLineBucketItem) | (React.FunctionComponent<IBarLineBucketItemProps> & typeof BarLineBucketItem), {}>;
export default _default;
