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