import BaseComponent, { GetInstanceFactory, GetOrCreateInstanceFactory } from './base-component'; declare class Button extends BaseComponent { /** * Toggles push state. Gives the button the appearance that it has been activated. */ toggle(): void; static getInstance: GetInstanceFactory