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