import { ProppyFactory } from './types'; export declare function withState(stateName: any, setterName: any, initialState: any): ProppyFactory;