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