import { SxProps } from '@mui/material'; export declare const DEFAULT_COL_WIDTH = 150; export declare const fixedCellStyle: { minWidth: number; width: number; }; export declare const SERIAL_NUMBER_COLUMN: { _key: string; label: string; sx: SxProps; };