interface PrimaryAssetNameLabelProps { assetName: string; classes?: { item?: string; }; coordinatesPixelWidth?: number; dataTestId: string; href: string; icon?: JSX.Element; statusBadge?: JSX.Element; } export declare const AssetNameLabel: import("react").MemoExoticComponent<({ assetName, classes, coordinatesPixelWidth, dataTestId, href, icon, statusBadge, }: PrimaryAssetNameLabelProps) => JSX.Element>; export {}; //# sourceMappingURL=AssetNameLabel.d.ts.map