import { CheckoutProfile } from '../../../types/checkout/CheckoutProfile.type'; interface SubmitButtonOptions { disabled: boolean; checkoutProfile: CheckoutProfile; translationFunc: (key: string) => string; } export declare class SubmitButton { private button; constructor(options: SubmitButtonOptions); getElement(): HTMLButtonElement; setDisabled(disabled: boolean): this; addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): this; appendTo(parent: HTMLElement): this; } export {}; //# sourceMappingURL=SubmitButton.d.ts.map