import { type StyleProp, type ViewStyle } from 'react-native'; interface Props { style?: StyleProp; isLoading?: boolean; } export declare function AccountTokens({ style, isLoading }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map