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