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

declare const KeyboardBackspace: ReactIconComponentType;
export default KeyboardBackspace;
            