import React from 'react'; import { StyleProp, TextStyle } from 'react-native'; import { RneFunctionComponent } from '../helpers'; import { TileProps } from './Tile'; declare const FeaturedTile: RneFunctionComponent; export { FeaturedTile }; declare const _default: React.FunctionComponent; iconProps?: import("react-native-vector-icons/Icon").IconProps; reverseColor?: string; disabled?: boolean; disabledStyle?: StyleProp; solid?: boolean; brand?: boolean; }; caption?: React.ReactNode; imageSrc?: string | import("react-native").ImageSourcePropType; activeOpacity?: number; containerStyle?: StyleProp; imageContainerStyle?: StyleProp; iconContainerStyle?: StyleProp; overlayContainerStyle?: StyleProp; titleStyle?: StyleProp; captionStyle?: StyleProp; width?: number; height?: number; featured?: boolean; contentContainerStyle?: StyleProp; titleNumberOfLines?: number; imageProps?: Partial; ImageComponent?: typeof React.Component; } & Partial>, keyof import("../config").ThemeProps>> | React.ForwardRefExoticComponent; iconProps?: import("react-native-vector-icons/Icon").IconProps; reverseColor?: string; disabled?: boolean; disabledStyle?: StyleProp; solid?: boolean; brand?: boolean; }; caption?: React.ReactNode; imageSrc?: string | import("react-native").ImageSourcePropType; activeOpacity?: number; containerStyle?: StyleProp; imageContainerStyle?: StyleProp; iconContainerStyle?: StyleProp; overlayContainerStyle?: StyleProp; titleStyle?: StyleProp; captionStyle?: StyleProp; width?: number; height?: number; featured?: boolean; contentContainerStyle?: StyleProp; titleNumberOfLines?: number; imageProps?: Partial; ImageComponent?: typeof React.Component; } & Partial>>; export default _default;