/// import { BaseIconProps } from '../../types'; declare function SvgShareiOs({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgShareiOs;