import { FC } from "react";
interface TrashBinIconProps {
}
declare const TrashBinIcon: FC<TrashBinIconProps>;
export default TrashBinIcon;
