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