/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare const _default: { findInitialSelectionIndex(props?: any): number | undefined; notifySelection(selected: any, data: any, unselected: any): void; handleSingleSelection(data: any, event: any): void; handleMultiSelection(data: any, event: any, config: any): void; handleMultiSelectionRowToggle(data: any): any; handleSelection(rowProps: any, event: any): false | undefined; }; export default _default;