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