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