import React from 'react'; import { StyleProp, ViewStyle, ColorValue } from 'react-native'; import { ImageProps } from '../image/Image'; import { IconProps } from '../icons/Icon'; export declare type AccessoryProps = Partial & Partial & { underlayColor?: ColorValue; style?: StyleProp; }; declare const _default: React.FunctionComponent & Partial & { underlayColor?: ColorValue; style?: StyleProp; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent & Partial & { underlayColor?: ColorValue; style?: StyleProp; } & Partial>>; export default _default;