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