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