import type { StyleProp, ViewStyle } from 'react-native'; export interface AccountButtonProps { balance?: 'show' | 'hide'; disabled?: boolean; style?: StyleProp; testID?: string; } export declare function AccountButton({ balance, disabled, style, testID }: AccountButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map