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