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