import { ReactIconComponentType } from '../types';

declare const KeyboardArrowRight: ReactIconComponentType;
export default KeyboardArrowRight;
            