/// <reference types="react" />
export declare const EnabledToolsButton: React.FC<{
    type: 'Bridges' | 'Exchanges';
}>;
