/** * DewButtonGroup class */ export declare class DewButtonGroup { /** * To change view of listed items * ```js * await DewButtonGroup.changeView("List") * ``` * @param {string} viewType */ static changeView(viewType: string): Promise; }