import { OnInit } from '@angular/core'; export declare class BottomSheetBodyComponent implements OnInit { height: string; constructor(); ngOnInit(): void; }