import { CellClickedEvent } from 'ag-grid-community';
/**
 * AgGrid checkbox select does not pass clicks within cell but not on the checkbox to checkbox.
 * This passes the event to the checkbox when you click anywhere in the cell.
 */
export declare const clickInputWhenContainingCellClicked: (params: CellClickedEvent) => void;
