import type { SingleValueGridRequiredProps, SingleValueGridSparklineRequiredProps, SingleValueGridTrendRequiredProps } from './types/single-value-grid.js'; export declare const sparklineDefaultProps: SingleValueGridSparklineRequiredProps; export declare const trendDefaultProps: SingleValueGridTrendRequiredProps; export declare const gridDefaultProps: SingleValueGridRequiredProps; export declare const SINGLE_VALUE_GRID_ARIA_LABEL = "Single Value Grid";