import { OnInit } from '@angular/core';
import { TimeRange } from '../time-range';
export declare class BookInfoComponent implements OnInit {
    timeRange: TimeRange;
    constructor();
    ngOnInit(): void;
}
