import { type PropsWithChildren } from 'react'; import type { SingleValueGridProps } from './types/single-value-grid.js'; /** * The SingleValueGrid component * @public */ export declare const SingleValueGrid: { (props: PropsWithChildren): import("react/jsx-runtime").JSX.Element; displayName: string; } & { ColorRule: { (_props: import("../index.js").ColorRuleProps): null; displayName: string; }; Intent: { (props: import("../../index.js").IntentProps): null; displayName: string; }; Sparkline: ((props: PropsWithChildren) => null) & { XAxis: (_: import("../index.js").SparklineXAxisProps) => null; YAxis: (_: import("../index.js").SparklineYAxisProps) => null; }; Toolbar: { (props: import("../index.js").CompactToolbarProps): null; displayName: string; }; Trend: { (props: import("./slots/Trend.js").SingleValueGridTrendProps): null; displayName: string; }; Value: { (props: import("./slots/Value.js").SingleValueGridValueProps): null; displayName: string; }; };