import React from 'react'; import cx from 'classnames'; export interface Props { accessibilityLabel?: string; className?: Parameters[0]; } export declare const ArrowRight: React.FC; export default ArrowRight; //# sourceMappingURL=ArrowRight.d.ts.map