KlarnaPlacement: {
    htmlElement: HTMLElement | undefined;
    id: string | undefined;
    mount(container: string): KlarnaPlacement;
    unmount(): KlarnaPlacement;
}

Type declaration