import type { ScalarItemProps } from './ScalarItem.js';
type ScalarItemEmbeddedProps = Omit<ScalarItemProps, 'path'>;
export declare const ScalarItemEmbedded: import("react").NamedExoticComponent<ScalarItemEmbeddedProps>;
export {};
