import type { $Values } from 'utility-types';
/** @public */
export declare const BrushAxis: Readonly<{
    X: "x";
    Y: "y";
    Both: "both";
}>;
/** @public */
export type BrushAxis = $Values<typeof BrushAxis>;
//# sourceMappingURL=brush_axis.d.ts.map