import { ExpenseAutomationViewType } from '@zeniai/client-epic-state'; /** * When bulk receipt upload is active on the missing-receipts view, ExpenseAutomationPage * passes `disableMarginTop` to TransactionSidePanelLayout so list content aligns without extra * top margin. Covers Missing Receipts, Unmatched, and Completed bulk-upload table flows. */ export declare function shouldDisableTransactionSidePanelListMarginTop(currentSelectedView: ExpenseAutomationViewType, isBulkReceiptUploadActive: boolean): boolean;