import * as React from 'react'; import { TouchableNativeFeedbackProps, TouchableOpacityProps, ViewProps } from 'react-native'; export declare type ListItemProps = CProps & { Component?: React.ElementType; button?: boolean; } & TouchableOpacityProps & TouchableNativeFeedbackProps; /** * list item */ export declare const ListItem: React.ForwardRefExoticComponent; button?: boolean; } & TouchableOpacityProps & TouchableNativeFeedbackProps & { children?: React.ReactNode; } & React.RefAttributes>;