export function DataTableCellHoverWrap({ className, style, handleHover, disabled, }: any): React.JSX.Element; export namespace DataTableCellHoverWrap { namespace propTypes { const className: any; const style: any; const handleHover: any; const columnWidth: any; const disabled: any; } namespace defaultProps { const className_1: string; export { className_1 as className }; const style_1: {}; export { style_1 as style }; export function handleHover_1(): void; export { handleHover_1 as handleHover }; const columnWidth_1: number; export { columnWidth_1 as columnWidth }; const disabled_1: boolean; export { disabled_1 as disabled }; } } export function EditColumnCell({ allowSelection, allowRowDelete, allowRowEditPanel, isSelected, rowIndex, handleRemoveFromSelection, handleAddToSelection, handleDeleteRow, handleEditPanelBtnClick, rowUid, }: any): React.JSX.Element; export namespace EditColumnCell { export namespace propTypes_1 { const allowSelection: any; const allowRowDelete: any; const allowRowEditPanel: any; const isSelected: any; const rowIndex: any; const handleRemoveFromSelection: any; const handleAddToSelection: any; const handleDeleteRow: any; const handleEditPanelBtnClick: any; const rowUid: any; } export { propTypes_1 as propTypes }; } import React from "react";