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