interface Props { propertyId: string | null; measurementId: string | null; provider: string | null; status: 'active' | 'inactive' | 'pending'; lastSyncAt: string | null; siteDomain?: string; } declare const PropertyInfo: import("svelte").Component; type PropertyInfo = ReturnType; export default PropertyInfo; //# sourceMappingURL=PropertyInfo.svelte.d.ts.map