import type { Components, JSX } from "../dist/types/components";

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