import { FeatureProps } from "../features/types"; export declare const makeRenderlessComponent:

(hook: Function) => (props: P) => null;