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