import type { StatProps, StatsProps } from './types';
export default function Stat({ figure, title, value, description, actions, className, ...props }: StatProps): import("react/jsx-runtime").JSX.Element;
export declare function Stats({ items, className, orientation, ...props }: StatsProps): import("react/jsx-runtime").JSX.Element;
