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