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