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