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