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