import { TableCellComponentProps } from '../../../../shared/types/table'; export declare const ButtonCell: ({ value, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, isRowEditing, hasColumnMaxWidthAuto, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ButtonCell.d.ts.map