import { BrowserLoginConfirmationProps } from './BrowserLoginConfirmation.types'; /** * BrowserLoginConfirmation component * * Displays a confirmation screen for SSO/browser-based login flow. * Shows instructions and provides buttons to continue or go back. */ export declare const BrowserLoginConfirmation: import('react').ForwardRefExoticComponent>; export default BrowserLoginConfirmation; //# sourceMappingURL=BrowserLoginConfirmation.d.ts.map