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