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