@ -0,0 +1,10 @@
import { Widget } from "../../core/widget";
export declare class Collapse extends Widget {
static xtype: string;
static EVENT_EXPAND: string;
getValue(): string[];
setValue(v: string[]): void;
}