import type { Components, JSX } from "../types/components"; interface RuxIconPauseCircleFilled extends Components.RuxIconPauseCircleFilled, HTMLElement {} export const RuxIconPauseCircleFilled: { prototype: RuxIconPauseCircleFilled; new (): RuxIconPauseCircleFilled; };