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