/// declare const _default: { Divider: (props: { color?: string | undefined; height?: number | undefined; }) => import("react").JSX.Element; Item: (props: { activeOpacity?: number | undefined; title?: string | Element | undefined; subtitle?: string | Element | undefined; text?: string | Element | undefined; iconLeft?: any; iconRight?: any; titleNumberOfLines?: number | undefined; subtitleNumberOfLines?: number | undefined; touchDisabled?: boolean | null | undefined; containerStyle?: import("react-native").StyleProp; contentStyle?: import("react-native").StyleProp; titleStyle?: import("react-native").StyleProp; subtitleStyle?: import("react-native").StyleProp; dividerStyle?: import("react-native").StyleProp; divider?: boolean | undefined; disabled?: boolean | null | undefined; onPress?(): void; onLongPress?(): void; }) => import("react").JSX.Element; SimpleItem: (props: { activeOpacity?: number | undefined; title?: string | Element | undefined; subtitle?: string | Element | undefined; titleNumberOfLines?: number | undefined; containerStyle?: import("react-native").StyleProp; contentStyle?: import("react-native").StyleProp; titleStyle?: import("react-native").StyleProp; subtitleStyle?: import("react-native").StyleProp; rightStyle?: import("react-native").StyleProp; touchDisabled?: boolean | undefined; onPress?(): void; onLongPress?(): void; right?(): JSX.Element | undefined; }) => import("react").JSX.Element; Subtitle: import("react").FC<{ title?: string | undefined; containerStyle?: import("react-native").StyleProp; titleStyle?: import("react-native").StyleProp; }>; }; export default _default; //# sourceMappingURL=index.d.ts.map