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