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