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