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

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