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