export = Button;
/**
 * Button
 */
declare function Button(options: any): Button;
declare class Button {
    /**
     * Button
     */
    constructor(options: any);
    __proto__: any;
    type: string;
    press(): any;
    value: boolean;
}
//# sourceMappingURL=button.d.ts.map