import { FeatureProps } from "../features/types";
export declare const makeRenderlessComponent: <P = FeatureProps>(hook: Function) => (props: P) => null;
