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