/// import { IconProps } from '../../types'; declare const Backspace: (allProps: IconProps) => JSX.Element; export default Backspace;