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