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