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