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