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