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