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