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