import * as React from "react"; export interface TablesCheckboxCellProps extends React.InputHTMLAttributes { } export declare class TablesCheckboxCell extends React.Component { render(): JSX.Element; } export default TablesCheckboxCell; //# sourceMappingURL=TablesCheckboxCell.d.ts.map