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