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