export declare const CheckRow: (rowId: string) => (state: any) => any; export declare const UncheckRow: (rowId: string) => (state: any) => any;