import { TransactionLinesEmptyTableProps } from './transactionLineTableTypes'; /** * Skeleton/loading table that mirrors `TransactionLinesJournalEntryEmptyTable` * but without the totals row (per Figma 5240:7220 + the explicit "no totals * row" requirement for non-JE transactions). Mounts the real sticky * header and N skeleton rows inside a `FlexibleWidthProvider` so column * widths match the live table. */ export declare const TransactionLinesEmptyTable: ({ isAccountingClassesEnabled, showProjectField, isCompressed, isQuickViewMode, sectionId, skeletonRowCount, }: TransactionLinesEmptyTableProps) => import("react/jsx-runtime").JSX.Element; /** Re-export the header height for callers sizing the empty viewport. */ export declare const TRANSACTION_LINE_EMPTY_TABLE_HEADER_HEIGHT_PX = 32;