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