import { TableNode } from '@table-library/react-table-library/types/table'; import { NormalTableProps } from '@table-library/react-table-library/types/compact'; export declare const NormalTable: ({ tableList, columns, rowProps, rowOptions, ...tableProps }: NormalTableProps) => import("@emotion/react/jsx-runtime").JSX.Element;