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

interface IonTabButton extends Components.IonTabButton, HTMLElement {}
export const IonTabButton: {
  prototype: IonTabButton;
  new (): IonTabButton;
};
