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