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