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