import { EnhancedModularDrawerConfiguration } from "../../wallet-api/ModularDrawer/types";
export declare const useModularDrawerConfiguration: (featureFlagKey: "lldModularDrawer" | "llmModularDrawer", drawerConfiguration?: EnhancedModularDrawerConfiguration) => {
    assetsConfiguration: {
        filter?: "undefined" | "topNetworks" | undefined;
        leftElement?: "undefined" | "apy" | "marketTrend" | undefined;
        rightElement?: "undefined" | "balance" | "marketTrend" | undefined;
    } | undefined;
    networkConfiguration: {
        leftElement?: "undefined" | "numberOfAccounts" | "numberOfAccountsAndApy" | undefined;
        rightElement?: "undefined" | "balance" | undefined;
    } | undefined;
};
//# sourceMappingURL=useModularDrawerConfiguration.d.ts.map