import React from 'react';
import { I as IconProps } from '../Types-CGasajlJ.mjs';

declare const ShareiOs: {
    ({ title, fill, stroke, ref, ...props }: IconProps): React.JSX.Element;
    displayName: string;
};
declare const tags: string[];

export { ShareiOs, tags };
