import { WalletTagType } from '../types/walletTagType.js'; interface WalletTagProps { type: WalletTagType; } export declare const WalletTag: import("@emotion/styled").StyledComponent, HTMLDivElement>, "icon" | "label" | "size" | "style" | "classes" | "className" | "tabIndex" | "color" | "children" | "sx" | "variant" | "avatar" | "clickable" | "deleteIcon" | "disabled" | "onDelete" | "skipFocusWhenDisabled" | "slots" | "slotProps"> & import("@mui/system").MUIStyledCommonProps & WalletTagProps, {}, {}>; export {};