import React from 'react'; import { StyleProp, View, ViewProps, ViewStyle } from 'react-native'; import { ListPropsType } from './PropsType'; import { ListStyle } from './style/index'; export interface ListProps extends ListPropsType { styles?: Partial; style?: StyleProp; } declare const _default: React.MemoExoticComponent<((props: React.PropsWithChildren & React.RefAttributes) => React.ReactElement) & Pick, "displayName">>; export default _default;