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