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