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