/// import type { IconType } from "./Icon/types"; declare function Delete(props: IconType): JSX.Element; export default Delete;