import uPlot from 'uplot';
import { Action } from './action.js';
/**
 * legend toggle
 * @ignore
 */
export declare class BrushXAction extends Action {
    get name(): string;
    get uPlot(): uPlot;
    start(): void;
    end(): void;
}
