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