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