import { GenericCellProps } from './type'; declare const GenericCell: { ({ ...props }: GenericCellProps): import("react/jsx-runtime").JSX.Element; defaultProps: { fontSize: number; value: string; style: {}; }; }; export default GenericCell; //# sourceMappingURL=index.d.ts.map