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