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

declare const KeyboardArrowLeft: ReactIconComponentType;
export default KeyboardArrowLeft;
            