import React from 'react'; export declare const SSOFirstScreen: ({ hidden, config, }: { hidden?: boolean; config?: { legalTextType?: 'community' | 'default'; }; }) => React.JSX.Element;