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