export declare function reducer(state: { submissionData: null; } | undefined, action: any): { submissionData: any; };