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