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