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