export declare const SelectEnabledToolsPage: React.FC<{
    type: 'Bridges' | 'Exchanges';
}>;
