/// import { State } from '../State'; export declare const createState: (init?: any) => (props: any) => import("react").ComponentElement;