import { FC, SVGProps } from 'react'; declare const IconBackspace: FC & { fill?: string }>; export default IconBackspace;