import type { Child } from '../types'; export declare const template:
(fn: ((props: P) => Child)) => ((props: P) => () => Child); //# sourceMappingURL=template.d.ts.map