import React from 'react';
import type { ScalarItemProps } from './ScalarItem';
export declare const ScalarItemEmbedded: React.NamedExoticComponent<ScalarItemProps>;
