export declare enum ActionBottomSheetVariantType {
    DEFAULT = "DEFAULT",
    FUNCTIONALITIES_MODULE = "FUNCTIONALITIES_MODULE"
}
