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