export function Cell({ columnIndex, rowIndex, style, className, headingData, componentMap, disabled, rowData, }: { columnIndex: any; rowIndex: any; style: any; className: any; headingData: any; componentMap: any; disabled: any; rowData: any; }): React.JSX.Element; export namespace Cell { namespace propTypes { const columnIndex: any; const rowIndex: any; const style: any; const headingData: any; const className: any; const componentMap: any; const disabled: any; } namespace defaultProps { const disabled_1: boolean; export { disabled_1 as disabled }; const style_1: {}; export { style_1 as style }; } } export const CellStyles: import("styled-components").StyledComponent<"div", any, {}, never>; export function ActiveCell({ position, children }: { position: any; children: any; }): React.ReactPortal; import React from "react";