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