import React from 'react'; declare const Svg: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export type IPrimitiveIcon = { height?: number | string; width?: number | string; fill?: string; color?: string; size?: number | string; stroke?: string; as?: React.ElementType; className?: string; classNameColor?: string; style?: any; }; declare const PrimitiveIcon: React.ForwardRefExoticComponent>; declare const UIIcon: import("../createIcon").IIconComponentType<(IPrimitiveIcon & React.RefAttributes) | { fill?: import("react-native").ColorValue; stroke?: import("react-native").ColorValue; }>; export { PrimitiveIcon, Svg, UIIcon };