/// import { CBSheetOption } from "./custom-bottomsheet.common"; export declare class CustomBottomsheet { constructor(); show(options: CBSheetOption): void; }