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