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

declare const KeyboardArrowUp: ReactIconComponentType;
export default KeyboardArrowUp;
            