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