export function CellSimple({ columnIndex, rowIndex, style, headingData, rowData }: { columnIndex: any; rowIndex: any; style: any; headingData: any; rowData: any; }): React.JSX.Element; export namespace CellSimple { namespace propTypes { const columnIndex: any; const rowIndex: any; const style: any; const headingData: any; } namespace defaultProps { export const disabled: boolean; const style_1: {}; export { style_1 as style }; } } import React from "react";