import { ElementRef, Renderer2, InputSignal } from "@angular/core"; import * as i0 from "@angular/core"; /** * This import is used by the Svelte SDK. Do not remove. */ export interface ButtonProps { attributes?: any; text?: string; } export default class SubmitButton { private renderer; attributes: InputSignal; text: InputSignal; elRef0: import("@angular/core").Signal>; _listenerFns: Map; setAttributes(el: HTMLElement, value: any, changes?: any): void; constructor(renderer: Renderer2); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }