import { ProppyFactory } from './types'; export declare function withStateHandlers(initialState: any, handlers: any, acceptReceivedProps?: boolean): ProppyFactory;