import { AvatarProps, AccessoryProps } from '../Avatar'; import { BadgeProps } from '../Badge'; import { BottomSheetProps } from '../BottomSheet'; import { ButtonGroupProps } from '../ButtonGroup'; import { ButtonProps } from '../Button'; import { CardProps } from '../Card'; import { CheckBoxProps } from '../CheckBox'; import { ChipProps } from '../Chip'; import { DialogActionsProps, DialogLoadingProps, DialogProps, DialogTitleProps } from '../Dialog'; import { DividerProps } from '../Divider'; import { FABProps } from '../FAB'; import { HeaderProps } from '../Header'; import { IconProps } from '../Icon'; import { ImageProps } from '../Image'; import { InputProps } from '../Input'; import { LinearProgressProps } from '../LinearProgress'; import { ListItemProps, ListItemAccordionProps } from '../ListItem'; import { OverlayProps } from '../Overlay'; import { PricingCardProps } from '../PricingCard'; import { SearchBarProps } from '../SearchBar'; import { SliderProps } from '../Slider'; import { SocialIconProps } from '../SocialIcon'; import { SpeedDialProps, SpeedDialActionProps } from '../SpeedDial'; import { SwipeRatingProps } from '../Rating'; import { SwitchProps } from '../Switch'; import { SkeletonProps } from '../Skeleton'; import { TabItemProps, TabProps } from '../Tab'; import { TabViewProps } from '../TabView'; import { TapRatingProps } from '../AirbnbRating'; import { TextProps } from '../Text'; import { TileProps } from '../Tile'; import { TooltipProps } from '../Tooltip'; import { ViewProps } from 'react-native'; export interface ComponentTheme { AirbnbRating: Partial; Avatar: Partial; AvatarAccessory: Partial; Badge: Partial; BottomSheet: Partial; Button: Partial; ButtonGroup: Partial; Card: Partial; CardDivider: Partial; CardFeaturedSubtitle: Partial; CardFeaturedTitle: Partial; CardImage: Partial; CardTitle: Partial; CheckBox: Partial; Chip: Partial; Dialog: Partial; DialogActions: Partial; DialogButton: Partial; DialogLoading: Partial; DialogTitle: Partial; Divider: Partial; FAB: Partial; FeaturedTile: Partial; Header: Partial; Icon: Partial; Image: Partial; Input: Partial; LinearProgress: Partial; ListItem: Partial; ListItemAccordion: Partial; ListItemButtonGroup: Partial; ListItemCheckBox: Partial; ListItemChevron: Partial; ListItemContent: Partial; ListItemInput: Partial; ListItemSubtitle: Partial; ListItemTitle: Partial; Overlay: Partial; PricingCard: Partial; Rating: Partial; SearchBar: Partial; Slider: Partial; SocialIcon: Partial; SpeedDial: Partial; SpeedDialAction: Partial; Skeleton: Partial; Switch: Partial; Tab: Partial; TabItem: Partial; TabView: Partial; TabViewItem: Partial; Text: Partial; Tile: Partial; Tooltip: Partial; }