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