import type { FunctionElement } from '../FunctionComponentStandIn.js'; import { FunctionComponentStandInAny } from 'tungsten/FunctionComponentStandIn.js'; declare global { let __tungsten_current_function_component_stand_in: FunctionComponentStandInAny; } export declare function getCurrentComponent(): FunctionElement; //# sourceMappingURL=getCurrentComponent.d.ts.map