import { type StyleProp, type ViewStyle } from 'react-native'; export interface AccountButtonProps { networkSrc?: string; imageHeaders?: Record; avatarSrc?: string; address?: string; isProfileName?: boolean; balance?: string; onPress?: () => void; disabled?: boolean; style?: StyleProp; testID?: string; } export declare function AccountButton({ networkSrc, imageHeaders, avatarSrc, address, isProfileName, balance, onPress, disabled, style, testID }: AccountButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map