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