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