import React from 'react';
export interface IosShareProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const IosShare: React.FC<IosShareProps>;
//# sourceMappingURL=IosShare.web.d.ts.map