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