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