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

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