import { default as Command } from '../command';
declare class ValAxis extends Command {
    constructor(cxLocation?: number | null, yLocation?: number | null, zLocation?: number | null, aLocation?: number | null, bLocation?: number | null, tableBaseXLocation?: number | null, tableBaseYlocation?: number | null, tableBaseZLocation?: number | null, tableBaseALocation?: number | null, tableBaseBLocation?: number | null);
}
export default ValAxis;
