import type { Components, JSX } from "../types/components";

interface SallaInstallment extends Components.SallaInstallment, HTMLElement {}
export const SallaInstallment: {
    prototype: SallaInstallment;
    new (): SallaInstallment;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
