import type { ReactElement } from "react";

export namespace JSX {
    export interface Element extends ReactElement<any, any> {}
}
