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