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