import { SkinType } from 'ngx-weui/core'; export declare class ActionSheetConfig { /** * 样式,默认:`ios` */ skin?: SkinType; /** * 标题 */ title?: string; /** * 取消文本,默认:`取消` */ cancel?: string; /** * 允许点击背景关闭,默认:`true` */ backdrop?: boolean; }