import type { Child } from '../types'; export declare const template:

(fn: ((props: P) => Child)) => ((props: P) => () => Child); //# sourceMappingURL=template.via.d.ts.map