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