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