import type { Components, JSX } from "../types/components"; interface RuxIconSmokeFree extends Components.RuxIconSmokeFree, HTMLElement {} export const RuxIconSmokeFree: { prototype: RuxIconSmokeFree; new (): RuxIconSmokeFree; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;