import type { PropertyStatsWithTrend } from '../index.js'; interface Props { stats: PropertyStatsWithTrend | null; } declare const AnalyticsSummary: import("svelte").Component; type AnalyticsSummary = ReturnType; export default AnalyticsSummary; //# sourceMappingURL=AnalyticsSummary.svelte.d.ts.map