export declare const UseState: ({ render, initialValue }: { render: any; initialValue: any; }) => any;