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