/** @jsxImportSource @emotion/react */ import React from 'react'; import { mountAccountLinkViewProps } from '../types'; import { BaseProps } from './withBase'; export declare function AccountLinkView({ options, core, appearance, localization, }: mountAccountLinkViewProps & BaseProps): import("@emotion/react/jsx-runtime").JSX.Element; declare const _default: (props: mountAccountLinkViewProps & BaseProps) => React.JSX.Element; export default _default;