import { TypedAction } from '../types/action.types'; export declare const props:
() => (() => P); export declare const createAction: (type: T, payloadFn: () => P) => ((payload?: P) => TypedAction);