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