import React from 'react'; import { StyleProp, TouchableHighlightProps, ViewStyle } from 'react-native'; import { RneFunctionComponent } from '../helpers'; export declare type ListItemProps = TouchableHighlightProps & { containerStyle?: StyleProp; disabledStyle?: StyleProp; topDivider?: boolean; bottomDivider?: boolean; pad?: number; Component?: typeof React.Component; ViewComponent?: typeof React.Component; linearGradientProps?: any; children?: any; }; declare const ListItemBase: RneFunctionComponent; export { ListItemBase }; declare const _default: React.FunctionComponent; disabledStyle?: StyleProp; topDivider?: boolean; bottomDivider?: boolean; pad?: number; Component?: typeof React.Component; ViewComponent?: typeof React.Component; linearGradientProps?: any; children?: any; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; disabledStyle?: StyleProp; topDivider?: boolean; bottomDivider?: boolean; pad?: number; Component?: typeof React.Component; ViewComponent?: typeof React.Component; linearGradientProps?: any; children?: any; } & Partial>>; export default _default;