import type { Asset } from '@cranberry-money/shared-types';
export declare function getAssetType(asset: Asset): string;
export declare function getAssetTypeVariant(asset: Asset): 'primary' | 'warning' | 'success' | 'info' | 'neutral';
//# sourceMappingURL=assets.d.ts.map