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