import { TabSwitcherOption } from '../../../common/allNavBars/statusSwitcher/switcherTypes'; /** * Sub-tabs rendered under the Transaction Categorization "Completed" tab. * The `id` values match the `CompletedSubTab` union exposed by client-epic-state * and are forwarded verbatim to the listing API as `sub_tab`. */ export declare const TRANSACTION_CATEGORIZATION_COMPLETED_SUB_TABS: TabSwitcherOption[];