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