import * as React from "react"; import * as react_jsx_runtime55 from "react/jsx-runtime"; //#region src/components/molecules/hover-previews/Stats.d.ts interface HoverPreviewStat { label: React.ReactNode; value: React.ReactNode; hint?: React.ReactNode; } declare function HoverPreviewStats({ title, stats, footer, className }: { title?: React.ReactNode; stats: HoverPreviewStat[]; footer?: React.ReactNode; className?: string; }): react_jsx_runtime55.JSX.Element; //#endregion export { HoverPreviewStats }; //# sourceMappingURL=Stats.d.ts.map