import type { Components, JSX } from "../types/components";

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