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