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