import { FC } from 'react';
export declare enum DappletsDetails {
    MAININFO = 0,
    TOKENOMICS = 1
}
export declare enum UnderConstructionDetails {
    INFO = 0,
    TOKENOMICS = 1
}
export declare const NAVIGATION_LIST: {
    _id: string;
    title: string;
}[];
export interface SettingsOverlayProps {
    setOpenWallet: () => void;
    connectedDescriptors: [];
    selectedWallet: string;
    initModules: () => void;
}
export declare const SettingsOverlay: FC<SettingsOverlayProps>;
