/**
 * @author  Ikaros Kappler
 * @date    2025-06-25
 * @version 1.0.0
 */
import { JsxElement } from "typescript";
export declare const Test: (name: string) => JsxElement;
