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