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

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