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