import type { PersistedAsset } from '../types'; type $$ComponentProps = { asset: PersistedAsset; }; declare const AssetDetailPreview: import("svelte").Component<$$ComponentProps, {}, "">; type AssetDetailPreview = ReturnType; export default AssetDetailPreview; //# sourceMappingURL=AssetDetailPreview.svelte.d.ts.map