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