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

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