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