import { SVGProps } from "react"; declare const BackspaceIcon: (props: SVGProps) => JSX.Element; export default BackspaceIcon;