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