import { FixedLine } from './FixedLine'; export declare class FixedLineFixedValue extends FixedLine { constructor(); constructor(value: number); constructor(value: number, title: string); /** * Gets or sets the value of the fixed line. */ value: number; }