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