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