import { ParamDefinition } from "../internal_modules";
import { ParamsEquation } from "../internal_modules";
export declare class PabDimensionParams extends ParamsEquation {
    /** Longueur L */
    private _L;
    /** Largeur W */
    private _W;
    /** Tirant d'eau Y */
    private _Y;
    /** Volume V */
    private _V;
    constructor(rL: number, rW: number, rY: number, rV?: number, nullParams?: boolean);
    get L(): ParamDefinition;
    get W(): ParamDefinition;
    get Y(): ParamDefinition;
    get V(): ParamDefinition;
}
//# sourceMappingURL=pab_dimensions_params.d.ts.map