//#region src/Slots/utils/isTemplate.d.ts /** * Checks whether a React element is a `Template` marker. * * @param target - Value to inspect. * @returns `true` when the value is a Template element. */ declare function isTemplate(target: any): boolean; //#endregion export { isTemplate }; //# sourceMappingURL=isTemplate.d.ts.map