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