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