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