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