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