import React from 'react'; interface Props { scopes: Record; } export declare const ServerSecurityFlowScopes: React.FunctionComponent; export {};