/// <reference path="typings/cbs.android.d.ts" />
import { CBSheetOption } from "./custom-bottomsheet.common";
export declare class CustomBottomsheet {
    constructor();
    show(options: CBSheetOption): void;
}
