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