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