import { IconProps } from '../lib';
declare function Backspace(props: IconProps): JSX.Element;
export default Backspace;
