import type { Child } from '../types'; declare const template:
(fn: (props: P) => Child) => (props: P) => () => Child; export default template;