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