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

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