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