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