import { FixedLine } from './FixedLine'; export declare class FixedLineMaximum extends FixedLine { constructor(title?: string); }