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