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