import type { AnalyticsFeatureFlagMethod, Platform } from "../types"; export declare const getWallet40Attributes: (analyticsFeatureFlagMethod: AnalyticsFeatureFlagMethod | null, platform: Platform) => false | { isEnabled: boolean; marketBanner: boolean; graphRework: boolean; quickActionCtas: boolean; quickActionsCtasVariant: boolean; tour: boolean; mainNavigation: boolean; newReceiveDialog: boolean; lazyOnboarding: boolean; balanceRefreshRework: boolean; assetSection: boolean; brazePlacement: boolean; operationsList: boolean; }; //# sourceMappingURL=wallet40.d.ts.map