import { ResponsiveSized } from '../../../context/windowSizeProvider'; /** Horizontal gutter used around the transactions table (16px on small, 32px elsewhere). */ export declare const TRANSACTION_TABLE_GUTTER: ResponsiveSized; /** Matches transaction header column widths: merchant, type, receipts, paymentDate, amount */ export declare const TRANSACTION_COL_WIDTH_PCTS: readonly [38, 14, 16, 21, 11]; export declare const TABLE_SMALL_COL_PCTS: readonly [40, 30, 30]; export declare function ChargeCardDetailLoading(): JSX.Element; export default ChargeCardDetailLoading;