import type { Components, JSX } from "../types/components"; interface RuxIconSdStorage extends Components.RuxIconSdStorage, HTMLElement {} export const RuxIconSdStorage: { prototype: RuxIconSdStorage; new (): RuxIconSdStorage; };