interface SecondaryAssetNameLabelProps { assetName: string; coordinatesPixelWidth?: number; dataTestId: string; href: string; icon: JSX.Element; isColored?: boolean; pageName: string; } export declare const SecondaryAssetNameLabel: (props: SecondaryAssetNameLabelProps) => JSX.Element; export {}; //# sourceMappingURL=SecondaryAssetNameLabel.d.ts.map