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