export interface Column1ViewModelState { genericDocInvListingState: any; } export declare const initialState: Column1ViewModelState;