export default class Button extends Controller { constructor(object: any, property: any, options?: {}); getName(): string | null; name(name: any): this; setOptions(options: any): this; #private; } import Controller from './Controller.js';