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