declare const _default: object; /** Concatenates the given arguments into a string. Example: ```handlebars {{some-component name=(concat firstName " " lastName)}} {{! would pass name=" " to the component}} ``` or for angle bracket invocation, you actually don't need concat at all. ```handlebars ``` @public @method concat */ export default _default; //# sourceMappingURL=concat.d.ts.map