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

declare const KeyboardReturn: ReactIconComponentType;
export default KeyboardReturn;
            