import type { Components, JSX } from "../types/components";

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