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