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