export declare class ButtonComponent {
  create(label?: string): HTMLElement;
}
