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